#6222B9

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

Shades of Purple Heart #6222B9

Tints of Purple Heart #6222B9

Color information

#6222B9 (or 0x6222B9) is unknown color: approx Purple Heart. HEX triplet: 62, 22 and B9. RGB value is (98,34,185). Sum of RGB (Red+Green+Blue) = 98+34+185=317 (41% of max value = 765). Red value is 98 (38.67% from 255 or 30.91% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 185 (72.66% from 255 or 58.36% from 317); Max value from RGB is 185 - color contains mainly: blue. Hex color #6222B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6222B9 is #9DDD46. Grayscale: #454545. Windows color (decimal): -10345799 or 12132962. OLE color: 12132962.

HSL color Cylindrical-coordinate representation of color #6222B9: hue angle of 265.43º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6222B9 is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9834185-
CMYK0.470.8200.27
HSL265.43º68.95%42.94%-
HSV(B)265.43º81.62%72.55%-
XYZ14.377.2446.54-
YUV70.35192.7147.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.91%
GREEN value IS 34 (13.67% from 255) = 10.73%
BLUE value IS 185 (72.66% from 255) = 58.36%
R=30.91%
G=10.73%
B=58.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal98341850.470.8200.27265.4368.9542.94
Hex6222B92F5201B109452b
Octal142422715712203341110553
Binary11000101000101011100110111110100100110111000010011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6222B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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