#621D9C

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

Shades of Royal Purple #621D9C

Tints of Royal Purple #621D9C

Color information

#621D9C (or 0x621D9C) is unknown color: approx Royal Purple. HEX triplet: 62, 1D and 9C. RGB value is (98,29,156). Sum of RGB (Red+Green+Blue) = 98+29+156=283 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.63% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #621D9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621D9C is #9DE263. Grayscale: #3F3F3F. Windows color (decimal): -10347108 or 10231138. OLE color: 10231138.

HSL color Cylindrical-coordinate representation of color #621D9C: hue angle of 272.6º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #621D9C is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9829156-
CMYK0.370.8100.39
HSL272.6º68.65%36.27%-
HSV(B)272.6º81.41%61.18%-
XYZ11.485.8831.98-
YUV64.11179.86152.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.63%
GREEN value IS 29 (11.72% from 255) = 10.25%
BLUE value IS 156 (61.33% from 255) = 55.12%
R=34.63%
G=10.25%
B=55.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal98291560.370.8100.39272.668.6536.27
Hex621D9C25510271114524
Octal142352344512104742110544
Binary11000101110110011100100101101000101001111000100011000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,29,156); }

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

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

 a { background-color: rgb(98,29,156); }

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

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

 span { border-color: rgb(98,29,156); }

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