#622CAE

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

Shades of Purple Heart #622CAE

Tints of Purple Heart #622CAE

Color information

#622CAE (or 0x622CAE) is unknown color: approx Purple Heart. HEX triplet: 62, 2C and AE. RGB value is (98,44,174). Sum of RGB (Red+Green+Blue) = 98+44+174=316 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.01% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 174 (68.36% from 255 or 55.06% from 316); Max value from RGB is 174 - color contains mainly: blue. Hex color #622CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622CAE is #9DD351. Grayscale: #4A4A4A. Windows color (decimal): -10343250 or 11414626. OLE color: 11414626.

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

Color convert

RGB9844174-
CMYK0.440.7500.32
HSL264.92º59.63%42.75%-
HSV(B)264.92º74.71%68.24%-
XYZ13.587.4540.77-
YUV74.97183.89144.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.01%
GREEN value IS 44 (17.58% from 255) = 13.92%
BLUE value IS 174 (68.36% from 255) = 55.06%
R=31.01%
G=13.92%
B=55.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal98441740.440.7500.32264.9259.6342.75
Hex622CAE2C4B0201093c2b
Octal14254256541130404117453
Binary11000101011001010111010110010010110100000100001001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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