Html Css Color HEX #6020D6 Purple Heart

📋 copy color: '#6020D6'

red 96 ◦ green 32 ◦ blue 214

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

Shades of Purple Heart #6020D6

Tints of Purple Heart #6020D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 62.57%

R = 28.07%
G = 9.36%
B = 62.57%

CMYK

 C value IS 0.55

 M value IS 0.85

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6020D6 (or 0x6020D6) is known color: Purple Heart. HEX triplet: 60, 20 and D6. RGB value is (96,32,214). Sum of RGB (Red+Green+Blue) = 96+32+214=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 214 (83.98% from 255 or 62.57% from 342); Max value from RGB is 214 - color contains mainly: blue. Hex color #6020D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6020D6 is #9FDF29. Grayscale: #474747. Windows color (decimal): -10477354 or 14032992. OLE color: 14032992.

HSL color Cylindrical-coordinate representation of color #6020D6: hue angle of 261.1º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6020D6 is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 96 32 214 -
CMYK 0.55 0.85 0 0.16
HSL 261.1º 0.74% 0.48% -
HSV(B) 261.1º 0.85% 0.84% -
XYZ 17.48 8.37 64.31 -
YUV 71.88 208.2 145.2 -
System Red Green Blue C M Y K H S L
Decimal 96 32 214 0.55 0.85 0 0.16 261.1 0.74 0.48
Hex 60 20 D6 37 55 0 10 105 4A 30
Octal 140 40 326 67 125 0 20 405 112 60
Binary 1100000 100000 11010110 110111 1010101 0 10000 100000101 1001010 110000

Color Harmonies of #6020D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6020D6

Black with #6020D6

Text Example


Text Example

White with #6020D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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