#622AA2

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

Shades of Royal Purple #622AA2

Tints of Royal Purple #622AA2

Color information

#622AA2 (or 0x622AA2) is unknown color: approx Royal Purple. HEX triplet: 62, 2A and A2. RGB value is (98,42,162). Sum of RGB (Red+Green+Blue) = 98+42+162=302 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.45% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 162 (63.67% from 255 or 53.64% from 302); Max value from RGB is 162 - color contains mainly: blue. Hex color #622AA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622AA2 is #9DD55D. Grayscale: #484848. Windows color (decimal): -10343774 or 10627682. OLE color: 10627682.

HSL color Cylindrical-coordinate representation of color #622AA2: hue angle of 268º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #622AA2 is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9842162-
CMYK0.400.7400.36
HSL268º58.82%40%-
HSV(B)268º74.07%63.53%-
XYZ12.396.8634.85-
YUV72.42178.55146.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.45%
GREEN value IS 42 (16.80% from 255) = 13.91%
BLUE value IS 162 (63.67% from 255) = 53.64%
R=32.45%
G=13.91%
B=53.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal98421620.400.7400.3626858.8240
Hex622AA2284A02410c3b28
Octal14252242501120444147350
Binary11000101010101010001010100010010100100100100001100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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