#6002CA

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

Shades of Purple Heart #6002CA

Tints of Purple Heart #6002CA

Color information

#6002CA (or 0x6002CA) is unknown color: approx Purple Heart. HEX triplet: 60, 02 and CA. RGB value is (96,2,202). Sum of RGB (Red+Green+Blue) = 96+2+202=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 202 (79.30% from 255 or 67.33% from 300); Max value from RGB is 202 - color contains mainly: blue. Hex color #6002CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6002CA is #9FFD35. Grayscale: #343434. Windows color (decimal): -10485046 or 13238880. OLE color: 13238880.

HSL color Cylindrical-coordinate representation of color #6002CA: hue angle of 268.2º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6002CA is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB962202-
CMYK0.520.9900.21
HSL268.2º98.04%40%-
HSV(B)268.2º99.01%79.22%-
XYZ15.516.7956.37-
YUV52.91212.14158.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32%
GREEN value IS 2 (1.17% from 255) = 0.67%
BLUE value IS 202 (79.30% from 255) = 67.33%
R=32%
G=0.67%
B=67.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal9622020.520.9900.21268.298.0440
Hex602CA346301510c6228
Octal14023126414302541414250
Binary1100000101100101011010011000110101011000011001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6002CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6002CA; }

 p { color: rgb(96,2,202); }

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

<style>
 a { background-color: #6002CA; }

 a { background-color: rgb(96,2,202); }

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

<style>
 span { border-color: #6002CA; }

 span { border-color: rgb(96,2,202); }

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