#6222BB

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

Shades of Purple Heart #6222BB

Tints of Purple Heart #6222BB

Color information

#6222BB (or 0x6222BB) is unknown color: approx Purple Heart. HEX triplet: 62, 22 and BB. RGB value is (98,34,187). Sum of RGB (Red+Green+Blue) = 98+34+187=319 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.72% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #6222BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6222BB is #9DDD44. Grayscale: #464646. Windows color (decimal): -10345797 or 12264034. OLE color: 12264034.

HSL color Cylindrical-coordinate representation of color #6222BB: hue angle of 265.1º 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 #6222BB is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9834187-
CMYK0.480.8200.27
HSL265.1º69.23%43.33%-
HSV(B)265.1º81.82%73.33%-
XYZ14.587.3347.66-
YUV70.58193.7147.56-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.72%
GREEN value IS 34 (13.67% from 255) = 10.66%
BLUE value IS 187 (73.44% from 255) = 58.62%
R=30.72%
G=10.66%
B=58.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal98341870.480.8200.27265.169.2343.33
Hex6222BB305201B109452b
Octal142422736012203341110553
Binary11000101000101011101111000010100100110111000010011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6222BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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