Html Css Color HEX #6004CE Purple Heart

📋 copy color: '#6004CE'

red 96 ◦ green 4 ◦ blue 206

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

Shades of Purple Heart #6004CE

Tints of Purple Heart #6004CE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.31%

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

R = 31.37%
G = 1.31%
B = 67.32%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6004CE (or 0x6004CE) is known color: Purple Heart. HEX triplet: 60, 04 and CE. RGB value is (96,4,206). Sum of RGB (Red+Green+Blue) = 96+4+206=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 206 (80.86% from 255 or 67.32% from 306); Max value from RGB is 206 - color contains mainly: blue. Hex color #6004CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6004CE is #9FFB31. Grayscale: #353535. Windows color (decimal): -10484530 or 13501536. OLE color: 13501536.

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

Color convert

RGB 96 4 206 -
CMYK 0.53 0.98 0 0.19
HSL 267.33º 0.96% 0.41% -
HSV(B) 267.33º 0.98% 0.81% -
XYZ 16.01 7.03 58.91 -
YUV 54.54 213.48 157.57 -
System Red Green Blue C M Y K H S L
Decimal 96 4 206 0.53 0.98 0 0.19 267.33 0.96 0.41
Hex 60 4 CE 35 62 0 13 10B 60 29
Octal 140 4 316 65 142 0 23 413 140 51
Binary 1100000 100 11001110 110101 1100010 0 10011 100001011 1100000 101001

Color Harmonies of #6004CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6004CE

Black with #6004CE

Text Example


Text Example

White with #6004CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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