#690CBF

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

Shades of Purple Heart #690CBF

Tints of Purple Heart #690CBF

Color information

#690CBF (or 0x690CBF) is unknown color: approx Purple Heart. HEX triplet: 69, 0C and BF. RGB value is (105,12,191). Sum of RGB (Red+Green+Blue) = 105+12+191=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 191 (75% from 255 or 62.01% from 308); Max value from RGB is 191 - color contains mainly: blue. Hex color #690CBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690CBF is #96F340. Grayscale: #3B3B3B. Windows color (decimal): -9892673 or 12520553. OLE color: 12520553.

HSL color Cylindrical-coordinate representation of color #690CBF: hue angle of 271.17º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690CBF is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10512191-
CMYK0.450.9400.25
HSL271.17º88.18%39.8%-
HSV(B)271.17º93.72%74.9%-
XYZ15.367.0349.84-
YUV60.21201.81159.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.09%
GREEN value IS 12 (5.08% from 255) = 3.90%
BLUE value IS 191 (75% from 255) = 62.01%
R=34.09%
G=3.90%
B=62.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105121910.450.9400.25271.1788.1839.8
Hex69CBF2D5E01910f5828
Octal151142775513603141713050
Binary110100111001011111110110110111100110011000011111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,12,191); }

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

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

 a { background-color: rgb(105,12,191); }

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

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

 span { border-color: rgb(105,12,191); }

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