Html Css Color HEX #6022AB Purple Heart

📋 copy color: '#6022AB'

red 96 ◦ green 34 ◦ blue 171

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

Shades of Purple Heart #6022AB

Tints of Purple Heart #6022AB

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.3%

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

R = 31.89%
G = 11.3%
B = 56.81%

CMYK

 C value IS 0.44

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6022AB (or 0x6022AB) is known color: Purple Heart. HEX triplet: 60, 22 and AB. RGB value is (96,34,171). Sum of RGB (Red+Green+Blue) = 96+34+171=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #6022AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6022AB is #9FDD54. Grayscale: #434343. Windows color (decimal): -10476885 or 11215456. OLE color: 11215456.

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

Color convert

RGB 96 34 171 -
CMYK 0.44 0.80 0 0.33
HSL 267.15º 0.67% 0.4% -
HSV(B) 267.15º 0.8% 0.67% -
XYZ 12.75 6.57 39.12 -
YUV 68.16 186.04 147.86 -
System Red Green Blue C M Y K H S L
Decimal 96 34 171 0.44 0.80 0 0.33 267.15 0.67 0.4
Hex 60 22 AB 2C 50 0 21 10B 43 28
Octal 140 42 253 54 120 0 41 413 103 50
Binary 1100000 100010 10101011 101100 1010000 0 100001 100001011 1000011 101000

Color Harmonies of #6022AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6022AB

Black with #6022AB

Text Example


Text Example

White with #6022AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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