Html Css Color HEX #6019D9 Purple Heart

📋 copy color: '#6019D9'

red 96 ◦ green 25 ◦ blue 217

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

Shades of Purple Heart #6019D9

Tints of Purple Heart #6019D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 64.2%

R = 28.4%
G = 7.4%
B = 64.2%

CMYK

 C value IS 0.56

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6019D9 (or 0x6019D9) is known color: Purple Heart. HEX triplet: 60, 19 and D9. RGB value is (96,25,217). Sum of RGB (Red+Green+Blue) = 96+25+217=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 217 (85.16% from 255 or 64.20% from 338); Max value from RGB is 217 - color contains mainly: blue. Hex color #6019D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6019D9 is #9FE626. Grayscale: #434343. Windows color (decimal): -10479143 or 14227808. OLE color: 14227808.

HSL color Cylindrical-coordinate representation of color #6019D9: hue angle of 262.19º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6019D9 is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 25 217 -
CMYK 0.56 0.88 0 0.15
HSL 262.19º 0.79% 0.47% -
HSV(B) 262.19º 0.88% 0.85% -
XYZ 17.7 8.19 66.29 -
YUV 68.12 212.02 147.89 -
System Red Green Blue C M Y K H S L
Decimal 96 25 217 0.56 0.88 0 0.15 262.19 0.79 0.47
Hex 60 19 D9 38 58 0 F 106 4F 2F
Octal 140 31 331 70 130 0 17 406 117 57
Binary 1100000 11001 11011001 111000 1011000 0 1111 100000110 1001111 101111

Color Harmonies of #6019D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6019D9

Black with #6019D9

Text Example


Text Example

White with #6019D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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