#6902CC

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

Shades of Purple Heart #6902CC

Tints of Purple Heart #6902CC

Color information

#6902CC (or 0x6902CC) is unknown color: approx Purple Heart. HEX triplet: 69, 02 and CC. RGB value is (105,2,204). Sum of RGB (Red+Green+Blue) = 105+2+204=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 204 (80.08% from 255 or 65.59% from 311); Max value from RGB is 204 - color contains mainly: blue. Hex color #6902CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6902CC is #96FD33. Grayscale: #373737. Windows color (decimal): -9895220 or 13369961. OLE color: 13369961.

HSL color Cylindrical-coordinate representation of color #6902CC: hue angle of 270.59º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6902CC is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1052204-
CMYK0.490.9900.2
HSL270.59º98.06%40.39%-
HSV(B)270.59º99.02%80%-
XYZ16.757.4157.67-
YUV55.82211.62163.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.76%
GREEN value IS 2 (1.17% from 255) = 0.64%
BLUE value IS 204 (80.08% from 255) = 65.59%
R=33.76%
G=0.64%
B=65.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal10522040.490.9900.2270.5998.0640.39
Hex692CC316301410f6228
Octal15123146114302441714250
Binary1101001101100110011000111000110101001000011111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6902CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6902CC; }

 p { color: rgb(105,2,204); }

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

<style>
 a { background-color: #6902CC; }

 a { background-color: rgb(105,2,204); }

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

<style>
 span { border-color: #6902CC; }

 span { border-color: rgb(105,2,204); }

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