Html Css Color HEX #6021DA Purple Heart

📋 copy color: '#6021DA'

red 96 ◦ green 33 ◦ blue 218

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

Shades of Purple Heart #6021DA

Tints of Purple Heart #6021DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 62.82%

R = 27.67%
G = 9.51%
B = 62.82%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6021DA (or 0x6021DA) is known color: Purple Heart. HEX triplet: 60, 21 and DA. RGB value is (96,33,218). Sum of RGB (Red+Green+Blue) = 96+33+218=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #6021DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6021DA is #9FDE25. Grayscale: #484848. Windows color (decimal): -10477094 or 14295392. OLE color: 14295392.

HSL color Cylindrical-coordinate representation of color #6021DA: hue angle of 260.43º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6021DA is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 33 218 -
CMYK 0.56 0.85 0 0.15
HSL 260.43º 0.74% 0.49% -
HSV(B) 260.43º 0.85% 0.85% -
XYZ 18.02 8.64 67.05 -
YUV 72.93 209.87 144.46 -
System Red Green Blue C M Y K H S L
Decimal 96 33 218 0.56 0.85 0 0.15 260.43 0.74 0.49
Hex 60 21 DA 38 55 0 F 104 4A 31
Octal 140 41 332 70 125 0 17 404 112 61
Binary 1100000 100001 11011010 111000 1010101 0 1111 100000100 1001010 110001

Color Harmonies of #6021DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6021DA

Black with #6021DA

Text Example


Text Example

White with #6021DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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