#622EAA

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

Shades of Royal Purple #622EAA

Tints of Royal Purple #622EAA

Color information

#622EAA (or 0x622EAA) is unknown color: approx Royal Purple. HEX triplet: 62, 2E and AA. RGB value is (98,46,170). Sum of RGB (Red+Green+Blue) = 98+46+170=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 46 (18.36% from 255 or 14.65% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #622EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622EAA is #9DD155. Grayscale: #4B4B4B. Windows color (decimal): -10342742 or 11152994. OLE color: 11152994.

HSL color Cylindrical-coordinate representation of color #622EAA: hue angle of 265.16º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #622EAA is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9846170-
CMYK0.420.7300.33
HSL265.16º57.41%42.35%-
HSV(B)265.16º72.94%66.67%-
XYZ13.277.4538.77-
YUV75.68181.23143.92-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.21%
GREEN value IS 46 (18.36% from 255) = 14.65%
BLUE value IS 170 (66.80% from 255) = 54.14%
R=31.21%
G=14.65%
B=54.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal98461700.420.7300.33265.1657.4142.35
Hex622EAA2A49021109392a
Octal14256252521110414117152
Binary11000101011101010101010101010010010100001100001001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,46,170); }

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

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

 a { background-color: rgb(98,46,170); }

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

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

 span { border-color: rgb(98,46,170); }

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