#6220AA

Color #6220AA Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6220AA

Tints of Purple Heart #6220AA

Color information

#6220AA (or 0x6220AA) is unknown color: approx 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

RGB9832170-
CMYK0.420.8100.33
HSL268.7º68.32%39.61%-
HSV(B)268.7º81.18%66.67%-
XYZ12.816.5338.62-
YUV67.47185.87149.78-

RGB Variations

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

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.80% from 255) = 56.67%
R=32.67%
G=10.67%
B=56.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal98321700.420.8100.33268.768.3239.61
Hex6220AA2A5102110d4428
Octal142402525212104141510450
Binary110001010000010101010101010101000101000011000011011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6220AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>