#613C9D

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

Shades of Royal Purple #613C9D

Tints of Royal Purple #613C9D

Color information

#613C9D (or 0x613C9D) is unknown color: approx Royal Purple. HEX triplet: 61, 3C and 9D. RGB value is (97,60,157). Sum of RGB (Red+Green+Blue) = 97+60+157=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 157 (61.72% from 255 or 50% from 314); Max value from RGB is 157 - color contains mainly: blue. Hex color #613C9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613C9D is #9EC362. Grayscale: #515151. Windows color (decimal): -10404707 or 10304609. OLE color: 10304609.

HSL color Cylindrical-coordinate representation of color #613C9D: hue angle of 262.89º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #613C9D is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9760157-
CMYK0.380.6200.38
HSL262.89º44.7%42.55%-
HSV(B)262.89º61.78%61.57%-
XYZ12.638.2132.82-
YUV82.12170.26138.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.89%
GREEN value IS 60 (23.83% from 255) = 19.11%
BLUE value IS 157 (61.72% from 255) = 50%
R=30.89%
G=19.11%
B=50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal97601570.380.6200.38262.8944.742.55
Hex613C9D263E0261072d2b
Octal1417423546760464075553
Binary1100001111100100111011001101111100100110100000111101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613C9D; }

 p { color: rgb(97,60,157); }

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

<style>
 a { background-color: #613C9D; }

 a { background-color: rgb(97,60,157); }

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

<style>
 span { border-color: #613C9D; }

 span { border-color: rgb(97,60,157); }

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