Html Css Color HEX #6220AA Purple Heart

📋 copy color: '#6220AA'

red 98 ◦ green 32 ◦ blue 170

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

Shades of Purple Heart #6220AA

Tints of Purple Heart #6220AA

RGB

 RED value IS 98 (38.67% from 255) = 32.67%

 GREEN value IS 32 (12.89% from 255) = 10.67%

 BLUE value IS 170 (66.8% from 255) = 56.67%

R = 32.67%
G = 10.67%
B = 56.67%

CMYK

 C value IS 0.42

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6220AA (or 0x6220AA) is known color: Purple Heart. HEX triplet: 62, 20 and AA. RGB value is (98,32,170). Sum of RGB (Red+Green+Blue) = 98+32+170=300 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.67% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #6220AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6220AA is #9DDF55. Grayscale: #424242. Windows color (decimal): -10346326 or 11149410. OLE color: 11149410.

HSL color Cylindrical-coordinate representation of color #6220AA: hue angle of 268.7º 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 #6220AA is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 32 170 -
CMYK 0.42 0.81 0 0.33
HSL 268.7º 0.68% 0.4% -
HSV(B) 268.7º 0.81% 0.67% -
XYZ 12.81 6.53 38.62 -
YUV 67.47 185.87 149.78 -
System Red Green Blue C M Y K H S L
Decimal 98 32 170 0.42 0.81 0 0.33 268.7 0.68 0.4
Hex 62 20 AA 2A 51 0 21 10D 44 28
Octal 142 40 252 52 121 0 41 415 104 50
Binary 1100010 100000 10101010 101010 1010001 0 100001 100001101 1000100 101000

Color Harmonies of #6220AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6220AA

Black with #6220AA

Text Example


Text Example

White with #6220AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6220AA; }

 p { color: rgb(98,32,170); }

 H1.HeaderClassName
 {
   color: #6220AA;
 }
 .AnyTagClassName
 {
   color: #6220AA;
 }
</style>

background-color css

<style>
 a { background-color: #6220AA; }

 a { background-color: rgb(98,32,170); }

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

border-color css

<style>
 span { border-color: #6220AA; }

 span { border-color: rgb(98,32,170); }

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