#621E9F

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

Shades of Royal Purple #621E9F

Tints of Royal Purple #621E9F

Color information

#621E9F (or 0x621E9F) is unknown color: approx Royal Purple. HEX triplet: 62, 1E and 9F. RGB value is (98,30,159). Sum of RGB (Red+Green+Blue) = 98+30+159=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #621E9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621E9F is #9DE160. Grayscale: #404040. Windows color (decimal): -10346849 or 10428002. OLE color: 10428002.

HSL color Cylindrical-coordinate representation of color #621E9F: hue angle of 271.63º 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 #621E9F is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9830159-
CMYK0.380.8100.38
HSL271.63º68.25%37.06%-
HSV(B)271.63º81.13%62.35%-
XYZ11.766.0333.34-
YUV65.04181.03151.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.15%
GREEN value IS 30 (12.11% from 255) = 10.45%
BLUE value IS 159 (62.5% from 255) = 55.40%
R=34.15%
G=10.45%
B=55.40%

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
Decimal98301590.380.8100.38271.6368.2537.06
Hex621E9F26510261104425
Octal142362374612104642010445
Binary11000101111010011111100110101000101001101000100001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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