#622AB2

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

Shades of Purple Heart #622AB2

Tints of Purple Heart #622AB2

Color information

#622AB2 (or 0x622AB2) is unknown color: approx Purple Heart. HEX triplet: 62, 2A and B2. RGB value is (98,42,178). Sum of RGB (Red+Green+Blue) = 98+42+178=318 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.82% from 318); Green value is 42 (16.80% from 255 or 13.21% from 318); Blue value is 178 (69.92% from 255 or 55.97% from 318); Max value from RGB is 178 - color contains mainly: blue. Hex color #622AB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622AB2 is #9DD54D. Grayscale: #494949. Windows color (decimal): -10343758 or 11676258. OLE color: 11676258.

HSL color Cylindrical-coordinate representation of color #622AB2: hue angle of 264.71º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #622AB2 is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9842178-
CMYK0.450.7600.30
HSL264.71º61.82%43.14%-
HSV(B)264.71º76.4%69.8%-
XYZ13.97.4742.83-
YUV74.25186.55144.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.82%
GREEN value IS 42 (16.80% from 255) = 13.21%
BLUE value IS 178 (69.92% from 255) = 55.97%
R=30.82%
G=13.21%
B=55.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal98421780.450.7600.30264.7161.8243.14
Hex622AB22D4C01E1093e2b
Octal14252262551140364117653
Binary1100010101010101100101011011001100011110100001001111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622AB2; }

 p { color: rgb(98,42,178); }

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

<style>
 a { background-color: #622AB2; }

 a { background-color: rgb(98,42,178); }

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

<style>
 span { border-color: #622AB2; }

 span { border-color: rgb(98,42,178); }

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