#6222BF

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

Shades of Purple Heart #6222BF

Tints of Purple Heart #6222BF

Color information

#6222BF (or 0x6222BF) is unknown color: approx Purple Heart. HEX triplet: 62, 22 and BF. RGB value is (98,34,191). Sum of RGB (Red+Green+Blue) = 98+34+191=323 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.34% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 191 (75% from 255 or 59.13% from 323); Max value from RGB is 191 - color contains mainly: blue. Hex color #6222BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6222BF is #9DDD40. Grayscale: #464646. Windows color (decimal): -10345793 or 12526178. OLE color: 12526178.

HSL color Cylindrical-coordinate representation of color #6222BF: hue angle of 264.46º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6222BF is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9834191-
CMYK0.490.8200.25
HSL264.46º69.78%44.12%-
HSV(B)264.46º82.2%74.9%-
XYZ15.017.549.95-
YUV71.03195.7147.23-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.34%
GREEN value IS 34 (13.67% from 255) = 10.53%
BLUE value IS 191 (75% from 255) = 59.13%
R=30.34%
G=10.53%
B=59.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal98341910.490.8200.25264.4669.7844.12
Hex6222BF3152019108462c
Octal142422776112203141010654
Binary11000101000101011111111000110100100110011000010001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6222BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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