Html Css Color HEX #6021AB Purple Heart

📋 copy color: '#6021AB'

red 96 ◦ green 33 ◦ blue 171

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

Shades of Purple Heart #6021AB

Tints of Purple Heart #6021AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57%

R = 32%
G = 11%
B = 57%

CMYK

 C value IS 0.44

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6021AB (or 0x6021AB) is known color: Purple Heart. HEX triplet: 60, 21 and AB. RGB value is (96,33,171). Sum of RGB (Red+Green+Blue) = 96+33+171=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #6021AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6021AB is #9FDE54. Grayscale: #434343. Windows color (decimal): -10477141 or 11215200. OLE color: 11215200.

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

Color convert

RGB 96 33 171 -
CMYK 0.44 0.81 0 0.33
HSL 267.39º 0.68% 0.4% -
HSV(B) 267.39º 0.81% 0.67% -
XYZ 12.72 6.51 39.12 -
YUV 67.57 186.37 148.28 -
System Red Green Blue C M Y K H S L
Decimal 96 33 171 0.44 0.81 0 0.33 267.39 0.68 0.4
Hex 60 21 AB 2C 51 0 21 10B 44 28
Octal 140 41 253 54 121 0 41 413 104 50
Binary 1100000 100001 10101011 101100 1010001 0 100001 100001011 1000100 101000

Color Harmonies of #6021AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6021AB

Black with #6021AB

Text Example


Text Example

White with #6021AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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