#6222AB

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

Shades of Purple Heart #6222AB

Tints of Purple Heart #6222AB

Color information

#6222AB (or 0x6222AB) is unknown color: approx Purple Heart. HEX triplet: 62, 22 and AB. RGB value is (98,34,171). Sum of RGB (Red+Green+Blue) = 98+34+171=303 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.34% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #6222AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6222AB is #9DDD54. Grayscale: #444444. Windows color (decimal): -10345813 or 11215458. OLE color: 11215458.

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

Color convert

RGB9834171-
CMYK0.430.8000.33
HSL268.03º66.83%40.2%-
HSV(B)268.03º80.12%67.06%-
XYZ12.966.6839.13-
YUV68.75185.7148.86-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.34%
GREEN value IS 34 (13.67% from 255) = 11.22%
BLUE value IS 171 (67.19% from 255) = 56.44%
R=32.34%
G=11.22%
B=56.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal98341710.430.8000.33268.0366.8340.2
Hex6222AB2B5002110c4328
Octal142422535312004141410350
Binary110001010001010101011101011101000001000011000011001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6222AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6222AB;
 }
 .AnyTagClassName
 {
   color: #6222AB;
 }
</style>
background-color css

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

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

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

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

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

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