#692eba

Color #692EBA Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #692EBA

Tints of Purple Heart #692EBA

Color information

#692EBA (or 0x692EBA) is unknown color: approx Purple Heart. HEX triplet: 69, 2E and BA. RGB value is (105,46,186). Sum of RGB (Red+Green+Blue) = 105+46+186=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #692EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #692EBA is #96D145. Grayscale: #4F4F4F. Windows color (decimal): -9883974 or 12201577. OLE color: 12201577.

HSL color Cylindrical-coordinate representation of color #692EBA: hue angle of 265.29º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #692EBA is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10546186-
CMYK0.440.7500.27
HSL265.29º60.34%45.49%-
HSV(B)265.29º75.27%72.94%-
XYZ15.678.547.27-
YUV79.6188.05146.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 31.16%
GREEN value IS 46 (18.36% from 255) = 13.65%
BLUE value IS 186 (73.05% from 255) = 55.19%
R=31.16%
G=13.65%
B=55.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal105461860.440.7500.27265.2960.3445.49
Hex692EBA2C4B01B1093c2d
Octal15156272541130334117455
Binary1101001101110101110101011001001011011011100001001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692eba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692eba; }

 p { color: rgb(105,46,186); }

 H1.HeaderClassName
 {
   color: #692eba;
 }
 .AnyTagClassName
 {
   color: #692eba;
 }
</style>
background-color css

<style>
 a { background-color: #692eba; }

 a { background-color: rgb(105,46,186); }

 div.DivClassName
 {
   background-color: #692eba;
 }
 .BgClassName
 {
   background-color: #692eba;
 }
</style>
border-color css

<style>
 span { border-color: #692eba; }

 span { border-color: rgb(105,46,186); }

 td.TdClassName
 {
   border-color: #692eba;
 }
 .TagClassName
 {
   border-color: #692eba;
 }
</style>