Html Css Color HEX #6019CC Purple Heart

📋 copy color: '#6019CC'

red 96 ◦ green 25 ◦ blue 204

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

Shades of Purple Heart #6019CC

Tints of Purple Heart #6019CC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.69%

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

R = 29.54%
G = 7.69%
B = 62.77%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6019CC (or 0x6019CC) is known color: Purple Heart. HEX triplet: 60, 19 and CC. RGB value is (96,25,204). Sum of RGB (Red+Green+Blue) = 96+25+204=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #6019CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6019CC is #9FE633. Grayscale: #414141. Windows color (decimal): -10479156 or 13375840. OLE color: 13375840.

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

Color convert

RGB 96 25 204 -
CMYK 0.53 0.88 0 0.2
HSL 263.8º 0.78% 0.45% -
HSV(B) 263.8º 0.88% 0.8% -
XYZ 16.07 7.54 57.74 -
YUV 66.64 205.52 148.95 -
System Red Green Blue C M Y K H S L
Decimal 96 25 204 0.53 0.88 0 0.2 263.8 0.78 0.45
Hex 60 19 CC 35 58 0 14 108 4E 2D
Octal 140 31 314 65 130 0 24 410 116 55
Binary 1100000 11001 11001100 110101 1011000 0 10100 100001000 1001110 101101

Color Harmonies of #6019CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6019CC

Black with #6019CC

Text Example


Text Example

White with #6019CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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