#622AAE

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

Shades of Purple Heart #622AAE

Tints of Purple Heart #622AAE

Color information

#622AAE (or 0x622AAE) is unknown color: approx Purple Heart. HEX triplet: 62, 2A and AE. RGB value is (98,42,174). Sum of RGB (Red+Green+Blue) = 98+42+174=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 174 (68.36% from 255 or 55.41% from 314); Max value from RGB is 174 - color contains mainly: blue. Hex color #622AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622AAE is #9DD551. Grayscale: #494949. Windows color (decimal): -10343762 or 11414114. OLE color: 11414114.

HSL color Cylindrical-coordinate representation of color #622AAE: hue angle of 265.45º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #622AAE is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9842174-
CMYK0.440.7600.32
HSL265.45º61.11%42.35%-
HSV(B)265.45º75.86%68.24%-
XYZ13.57.3140.74-
YUV73.79184.55145.27-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.21%
GREEN value IS 42 (16.80% from 255) = 13.38%
BLUE value IS 174 (68.36% from 255) = 55.41%
R=31.21%
G=13.38%
B=55.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal98421740.440.7600.32265.4561.1142.35
Hex622AAE2C4C0201093d2a
Octal14252256541140404117552
Binary11000101010101010111010110010011000100000100001001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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