Html Css Color HEX #6020DB Purple Heart

📋 copy color: '#6020DB'

red 96 ◦ green 32 ◦ blue 219

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

Shades of Purple Heart #6020DB

Tints of Purple Heart #6020DB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.22%

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

R = 27.67%
G = 9.22%
B = 63.11%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6020DB (or 0x6020DB) is known color: Purple Heart. HEX triplet: 60, 20 and DB. RGB value is (96,32,219). Sum of RGB (Red+Green+Blue) = 96+32+219=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #6020DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6020DB is #9FDF24. Grayscale: #474747. Windows color (decimal): -10477349 or 14360672. OLE color: 14360672.

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

Color convert

RGB 96 32 219 -
CMYK 0.56 0.85 0 0.14
HSL 260.53º 0.75% 0.49% -
HSV(B) 260.53º 0.85% 0.86% -
XYZ 18.13 8.63 67.73 -
YUV 72.45 210.7 144.79 -
System Red Green Blue C M Y K H S L
Decimal 96 32 219 0.56 0.85 0 0.14 260.53 0.75 0.49
Hex 60 20 DB 38 55 0 E 105 4B 31
Octal 140 40 333 70 125 0 16 405 113 61
Binary 1100000 100000 11011011 111000 1010101 0 1110 100000101 1001011 110001

Color Harmonies of #6020DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6020DB

Black with #6020DB

Text Example


Text Example

White with #6020DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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