Html Css Color HEX #6019C8 Purple Heart

📋 copy color: '#6019C8'

red 96 ◦ green 25 ◦ blue 200

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

Shades of Purple Heart #6019C8

Tints of Purple Heart #6019C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 62.31%

R = 29.91%
G = 7.79%
B = 62.31%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6019C8 (or 0x6019C8) is known color: Purple Heart. HEX triplet: 60, 19 and C8. RGB value is (96,25,200). Sum of RGB (Red+Green+Blue) = 96+25+200=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 200 (78.52% from 255 or 62.31% from 321); Max value from RGB is 200 - color contains mainly: blue. Hex color #6019C8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6019C8 is #9FE637. Grayscale: #414141. Windows color (decimal): -10479160 or 13113696. OLE color: 13113696.

HSL color Cylindrical-coordinate representation of color #6019C8: hue angle of 264.34º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6019C8 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 96 25 200 -
CMYK 0.52 0.88 0 0.22
HSL 264.34º 0.78% 0.44% -
HSV(B) 264.34º 0.88% 0.78% -
XYZ 15.6 7.35 55.24 -
YUV 66.18 203.52 149.27 -
System Red Green Blue C M Y K H S L
Decimal 96 25 200 0.52 0.88 0 0.22 264.34 0.78 0.44
Hex 60 19 C8 34 58 0 16 108 4E 2C
Octal 140 31 310 64 130 0 26 410 116 54
Binary 1100000 11001 11001000 110100 1011000 0 10110 100001000 1001110 101100

Color Harmonies of #6019C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6019C8

Black with #6019C8

Text Example


Text Example

White with #6019C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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