Html Css Color HEX #6022AC Purple Heart

📋 copy color: '#6022AC'

red 96 ◦ green 34 ◦ blue 172

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

Shades of Purple Heart #6022AC

Tints of Purple Heart #6022AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.95%

R = 31.79%
G = 11.26%
B = 56.95%

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

#6022AC (or 0x6022AC) is known color: Purple Heart. HEX triplet: 60, 22 and AC. RGB value is (96,34,172). Sum of RGB (Red+Green+Blue) = 96+34+172=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #6022AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6022AC is #9FDD53. Grayscale: #434343. Windows color (decimal): -10476884 or 11280992. OLE color: 11280992.

HSL color Cylindrical-coordinate representation of color #6022AC: hue angle of 266.96º 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 #6022AC is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 34 172 -
CMYK 0.44 0.80 0 0.33
HSL 266.96º 0.67% 0.4% -
HSV(B) 266.96º 0.8% 0.67% -
XYZ 12.84 6.61 39.63 -
YUV 68.27 186.54 147.78 -
System Red Green Blue C M Y K H S L
Decimal 96 34 172 0.44 0.80 0 0.33 266.96 0.67 0.4
Hex 60 22 AC 2C 50 0 21 10B 43 28
Octal 140 42 254 54 120 0 41 413 103 50
Binary 1100000 100010 10101100 101100 1010000 0 100001 100001011 1000011 101000

Color Harmonies of #6022AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6022AC

Black with #6022AC

Text Example


Text Example

White with #6022AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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