Html Css Color HEX #6021AD Purple Heart

📋 copy color: '#6021AD'

red 96 ◦ green 33 ◦ blue 173

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

Shades of Purple Heart #6021AD

Tints of Purple Heart #6021AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 57.28%

R = 31.79%
G = 10.93%
B = 57.28%

CMYK

 C value IS 0.45

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6021AD (or 0x6021AD) is known color: Purple Heart. HEX triplet: 60, 21 and AD. RGB value is (96,33,173). Sum of RGB (Red+Green+Blue) = 96+33+173=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #6021AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6021AD is #9FDE52. Grayscale: #434343. Windows color (decimal): -10477139 or 11346272. OLE color: 11346272.

HSL color Cylindrical-coordinate representation of color #6021AD: hue angle of 267º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6021AD is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 33 173 -
CMYK 0.45 0.81 0 0.32
HSL 267º 0.68% 0.4% -
HSV(B) 267º 0.81% 0.68% -
XYZ 12.91 6.59 40.13 -
YUV 67.8 187.37 148.12 -
System Red Green Blue C M Y K H S L
Decimal 96 33 173 0.45 0.81 0 0.32 267 0.68 0.4
Hex 60 21 AD 2D 51 0 20 10B 44 28
Octal 140 41 255 55 121 0 40 413 104 50
Binary 1100000 100001 10101101 101101 1010001 0 100000 100001011 1000100 101000

Color Harmonies of #6021AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6021AD

Black with #6021AD

Text Example


Text Example

White with #6021AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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