Html Css Color HEX #6006CE Purple Heart

📋 copy color: '#6006CE'

red 96 ◦ green 6 ◦ blue 206

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

Shades of Purple Heart #6006CE

Tints of Purple Heart #6006CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 66.88%

R = 31.17%
G = 1.95%
B = 66.88%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6006CE (or 0x6006CE) is known color: Purple Heart. HEX triplet: 60, 06 and CE. RGB value is (96,6,206). Sum of RGB (Red+Green+Blue) = 96+6+206=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 206 (80.86% from 255 or 66.88% from 308); Max value from RGB is 206 - color contains mainly: blue. Hex color #6006CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6006CE is #9FF931. Grayscale: #373737. Windows color (decimal): -10484018 or 13502048. OLE color: 13502048.

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

Color convert

RGB 96 6 206 -
CMYK 0.53 0.97 0 0.19
HSL 267º 0.94% 0.42% -
HSV(B) 267º 0.97% 0.81% -
XYZ 16.03 7.07 58.91 -
YUV 55.71 212.82 156.74 -
System Red Green Blue C M Y K H S L
Decimal 96 6 206 0.53 0.97 0 0.19 267 0.94 0.42
Hex 60 6 CE 35 61 0 13 10B 5E 2A
Octal 140 6 316 65 141 0 23 413 136 52
Binary 1100000 110 11001110 110101 1100001 0 10011 100001011 1011110 101010

Color Harmonies of #6006CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6006CE

Black with #6006CE

Text Example


Text Example

White with #6006CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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