Html Css Color HEX #6019DB Purple Heart

📋 copy color: '#6019DB'

red 96 ◦ green 25 ◦ blue 219

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

Shades of Purple Heart #6019DB

Tints of Purple Heart #6019DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.41%

R = 28.24%
G = 7.35%
B = 64.41%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6019DB (or 0x6019DB) is known color: Purple Heart. HEX triplet: 60, 19 and DB. RGB value is (96,25,219). Sum of RGB (Red+Green+Blue) = 96+25+219=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #6019DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6019DB is #9FE624. Grayscale: #434343. Windows color (decimal): -10479141 or 14358880. OLE color: 14358880.

HSL color Cylindrical-coordinate representation of color #6019DB: hue angle of 261.96º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6019DB is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 25 219 -
CMYK 0.56 0.89 0 0.14
HSL 261.96º 0.8% 0.48% -
HSV(B) 261.96º 0.89% 0.86% -
XYZ 17.96 8.3 67.67 -
YUV 68.35 213.02 147.73 -
System Red Green Blue C M Y K H S L
Decimal 96 25 219 0.56 0.89 0 0.14 261.96 0.8 0.48
Hex 60 19 DB 38 59 0 E 106 50 30
Octal 140 31 333 70 131 0 16 406 120 60
Binary 1100000 11001 11011011 111000 1011001 0 1110 100000110 1010000 110000

Color Harmonies of #6019DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6019DB

Black with #6019DB

Text Example


Text Example

White with #6019DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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