#621E9E

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

Shades of Royal Purple #621E9E

Tints of Royal Purple #621E9E

Color information

#621E9E (or 0x621E9E) is unknown color: approx Royal Purple. HEX triplet: 62, 1E and 9E. RGB value is (98,30,158). Sum of RGB (Red+Green+Blue) = 98+30+158=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #621E9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621E9E is #9DE161. Grayscale: #404040. Windows color (decimal): -10346850 or 10362466. OLE color: 10362466.

HSL color Cylindrical-coordinate representation of color #621E9E: hue angle of 271.88º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #621E9E is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9830158-
CMYK0.380.8100.38
HSL271.88º68.09%36.86%-
HSV(B)271.88º81.01%61.96%-
XYZ11.675.9932.89-
YUV64.92180.53151.59-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.27%
GREEN value IS 30 (12.11% from 255) = 10.49%
BLUE value IS 158 (62.11% from 255) = 55.24%
R=34.27%
G=10.49%
B=55.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal98301580.380.8100.38271.8868.0936.86
Hex621E9E26510261104425
Octal142362364612104642010445
Binary11000101111010011110100110101000101001101000100001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621E9E; }

 p { color: rgb(98,30,158); }

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

<style>
 a { background-color: #621E9E; }

 a { background-color: rgb(98,30,158); }

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

<style>
 span { border-color: #621E9E; }

 span { border-color: rgb(98,30,158); }

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