#622BAE

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

Shades of Purple Heart #622BAE

Tints of Purple Heart #622BAE

Color information

#622BAE (or 0x622BAE) is unknown color: approx Purple Heart. HEX triplet: 62, 2B and AE. RGB value is (98,43,174). Sum of RGB (Red+Green+Blue) = 98+43+174=315 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.11% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #622BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622BAE is #9DD451. Grayscale: #494949. Windows color (decimal): -10343506 or 11414370. OLE color: 11414370.

HSL color Cylindrical-coordinate representation of color #622BAE: hue angle of 265.19º 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 #622BAE is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9843174-
CMYK0.440.7500.32
HSL265.19º60.37%42.55%-
HSV(B)265.19º75.29%68.24%-
XYZ13.547.3840.76-
YUV74.38184.22144.85-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.11%
GREEN value IS 43 (17.19% from 255) = 13.65%
BLUE value IS 174 (68.36% from 255) = 55.24%
R=31.11%
G=13.65%
B=55.24%

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
Decimal98431740.440.7500.32265.1960.3742.55
Hex622BAE2C4B0201093c2b
Octal14253256541130404117453
Binary11000101010111010111010110010010110100000100001001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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