Html Css Color HEX #6006CC Purple Heart

📋 copy color: '#6006CC'

red 96 ◦ green 6 ◦ blue 204

#6006CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6006CC

Tints of Purple Heart #6006CC

RGB

 RED value IS 96 (37.89% from 255) = 31.37%

 GREEN value IS 6 (2.73% from 255) = 1.96%

 BLUE value IS 204 (80.08% from 255) = 66.67%

R = 31.37%
G = 1.96%
B = 66.67%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6006CC (or 0x6006CC) is known color: Purple Heart. HEX triplet: 60, 06 and CC. RGB value is (96,6,204). Sum of RGB (Red+Green+Blue) = 96+6+204=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #6006CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6006CC is #9FF933. Grayscale: #363636. Windows color (decimal): -10484020 or 13370976. OLE color: 13370976.

HSL color Cylindrical-coordinate representation of color #6006CC: hue angle of 267.27º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6006CC is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 6 204 -
CMYK 0.53 0.97 0 0.2
HSL 267.27º 0.94% 0.41% -
HSV(B) 267.27º 0.97% 0.8% -
XYZ 15.79 6.98 57.64 -
YUV 55.48 211.82 156.9 -
System Red Green Blue C M Y K H S L
Decimal 96 6 204 0.53 0.97 0 0.2 267.27 0.94 0.41
Hex 60 6 CC 35 61 0 14 10B 5E 29
Octal 140 6 314 65 141 0 24 413 136 51
Binary 1100000 110 11001100 110101 1100001 0 10100 100001011 1011110 101001

Color Harmonies of #6006CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6006CC

Black with #6006CC

Text Example


Text Example

White with #6006CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6006CC;
 }
 .AnyTagClassName
 {
   color: #6006CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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