#690BB4

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

Shades of Purple Heart #690BB4

Tints of Purple Heart #690BB4

Color information

#690BB4 (or 0x690BB4) is unknown color: approx Purple Heart. HEX triplet: 69, 0B and B4. RGB value is (105,11,180). Sum of RGB (Red+Green+Blue) = 105+11+180=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 11 (4.69% from 255 or 3.72% from 296); Blue value is 180 (70.70% from 255 or 60.81% from 296); Max value from RGB is 180 - color contains mainly: blue. Hex color #690BB4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690BB4 is #96F44B. Grayscale: #393939. Windows color (decimal): -9892940 or 11799401. OLE color: 11799401.

HSL color Cylindrical-coordinate representation of color #690BB4: hue angle of 273.37º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690BB4 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10511180-
CMYK0.420.9400.29
HSL273.37º88.48%37.45%-
HSV(B)273.37º93.89%70.59%-
XYZ14.186.5443.69-
YUV58.37196.64161.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.47%
GREEN value IS 11 (4.69% from 255) = 3.72%
BLUE value IS 180 (70.70% from 255) = 60.81%
R=35.47%
G=3.72%
B=60.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal105111800.420.9400.29273.3788.4837.45
Hex69BB42A5E01D1115825
Octal151132645213603542113045
Binary110100110111011010010101010111100111011000100011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690BB4; }

 p { color: rgb(105,11,180); }

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

<style>
 a { background-color: #690BB4; }

 a { background-color: rgb(105,11,180); }

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

<style>
 span { border-color: #690BB4; }

 span { border-color: rgb(105,11,180); }

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