#622EA4

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

Shades of Royal Purple #622EA4

Tints of Royal Purple #622EA4

Color information

#622EA4 (or 0x622EA4) is unknown color: approx Royal Purple. HEX triplet: 62, 2E and A4. RGB value is (98,46,164). Sum of RGB (Red+Green+Blue) = 98+46+164=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 164 (64.45% from 255 or 53.25% from 308); Max value from RGB is 164 - color contains mainly: blue. Hex color #622EA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622EA4 is #9DD15B. Grayscale: #4A4A4A. Windows color (decimal): -10342748 or 10759778. OLE color: 10759778.

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

Color convert

RGB9846164-
CMYK0.400.7200.36
HSL266.44º56.19%41.18%-
HSV(B)266.44º71.95%64.31%-
XYZ12.717.2335.85-
YUV75178.23144.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.82%
GREEN value IS 46 (18.36% from 255) = 14.94%
BLUE value IS 164 (64.45% from 255) = 53.25%
R=31.82%
G=14.94%
B=53.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal98461640.400.7200.36266.4456.1941.18
Hex622EA4284802410a3829
Octal14256244501100444127051
Binary11000101011101010010010100010010000100100100001010111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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