#622EAB

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

Shades of Royal Purple #622EAB

Tints of Royal Purple #622EAB

Color information

#622EAB (or 0x622EAB) is unknown color: approx Royal Purple. HEX triplet: 62, 2E and AB. RGB value is (98,46,171). Sum of RGB (Red+Green+Blue) = 98+46+171=315 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.11% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #622EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622EAB is #9DD154. Grayscale: #4B4B4B. Windows color (decimal): -10342741 or 11218530. OLE color: 11218530.

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

Color convert

RGB9846171-
CMYK0.430.7300.33
HSL264.96º57.6%42.55%-
HSV(B)264.96º73.1%67.06%-
XYZ13.367.4939.27-
YUV75.8181.73143.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.11%
GREEN value IS 46 (18.36% from 255) = 14.60%
BLUE value IS 171 (67.19% from 255) = 54.29%
R=31.11%
G=14.60%
B=54.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal98461710.430.7300.33264.9657.642.55
Hex622EAB2B490211093a2b
Octal14256253531110414117253
Binary11000101011101010101110101110010010100001100001001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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