#6002CC

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

Shades of Purple Heart #6002CC

Tints of Purple Heart #6002CC

Color information

#6002CC (or 0x6002CC) is unknown color: approx Purple Heart. HEX triplet: 60, 02 and CC. RGB value is (96,2,204). Sum of RGB (Red+Green+Blue) = 96+2+204=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 204 (80.08% from 255 or 67.55% from 302); Max value from RGB is 204 - color contains mainly: blue. Hex color #6002CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6002CC is #9FFD33. Grayscale: #343434. Windows color (decimal): -10485044 or 13369952. OLE color: 13369952.

HSL color Cylindrical-coordinate representation of color #6002CC: hue angle of 267.92º 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 #6002CC is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB962204-
CMYK0.530.9900.2
HSL267.92º98.06%40.39%-
HSV(B)267.92º99.02%80%-
XYZ15.746.8957.63-
YUV53.13213.14158.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.79%
GREEN value IS 2 (1.17% from 255) = 0.66%
BLUE value IS 204 (80.08% from 255) = 67.55%
R=31.79%
G=0.66%
B=67.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal9622040.530.9900.2267.9298.0640.39
Hex602CC356301410c6228
Octal14023146514302441414250
Binary1100000101100110011010111000110101001000011001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6002CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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