Html Css Color HEX #6021DB Purple Heart

📋 copy color: '#6021DB'

red 96 ◦ green 33 ◦ blue 219

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

Shades of Purple Heart #6021DB

Tints of Purple Heart #6021DB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.48%

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

R = 27.59%
G = 9.48%
B = 62.93%

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

#6021DB (or 0x6021DB) is known color: Purple Heart. HEX triplet: 60, 21 and DB. RGB value is (96,33,219). Sum of RGB (Red+Green+Blue) = 96+33+219=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #6021DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6021DB is #9FDE24. Grayscale: #484848. Windows color (decimal): -10477093 or 14360928. OLE color: 14360928.

HSL color Cylindrical-coordinate representation of color #6021DB: hue angle of 260.32º degrees, saturation: 0.74, 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 #6021DB is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 33 219 -
CMYK 0.56 0.85 0 0.14
HSL 260.32º 0.74% 0.49% -
HSV(B) 260.32º 0.85% 0.86% -
XYZ 18.15 8.69 67.74 -
YUV 73.04 210.37 144.38 -
System Red Green Blue C M Y K H S L
Decimal 96 33 219 0.56 0.85 0 0.14 260.32 0.74 0.49
Hex 60 21 DB 38 55 0 E 104 4A 31
Octal 140 41 333 70 125 0 16 404 112 61
Binary 1100000 100001 11011011 111000 1010101 0 1110 100000100 1001010 110001

Color Harmonies of #6021DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6021DB

Black with #6021DB

Text Example


Text Example

White with #6021DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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