#61309C

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

Shades of Royal Purple #61309C

Tints of Royal Purple #61309C

Color information

#61309C (or 0x61309C) is unknown color: approx Royal Purple. HEX triplet: 61, 30 and 9C. RGB value is (97,48,156). Sum of RGB (Red+Green+Blue) = 97+48+156=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 156 (61.33% from 255 or 51.83% from 301); Max value from RGB is 156 - color contains mainly: blue. Hex color #61309C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61309C is #9ECF63. Grayscale: #4A4A4A. Windows color (decimal): -10407780 or 10236001. OLE color: 10236001.

HSL color Cylindrical-coordinate representation of color #61309C: hue angle of 267.22º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #61309C is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9748156-
CMYK0.380.6900.39
HSL267.22º52.94%40%-
HSV(B)267.22º69.23%61.18%-
XYZ11.997.0632.18-
YUV74.96173.73143.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.23%
GREEN value IS 48 (19.14% from 255) = 15.95%
BLUE value IS 156 (61.33% from 255) = 51.83%
R=32.23%
G=15.95%
B=51.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal97481560.380.6900.39267.2252.9440
Hex61309C264502710b3528
Octal14160234461050474136550
Binary11000011100001001110010011010001010100111100001011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61309C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61309C; }

 p { color: rgb(97,48,156); }

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

<style>
 a { background-color: #61309C; }

 a { background-color: rgb(97,48,156); }

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

<style>
 span { border-color: #61309C; }

 span { border-color: rgb(97,48,156); }

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