#61309B

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

Shades of Royal Purple #61309B

Tints of Royal Purple #61309B

Color information

#61309B (or 0x61309B) is unknown color: approx Royal Purple. HEX triplet: 61, 30 and 9B. RGB value is (97,48,155). Sum of RGB (Red+Green+Blue) = 97+48+155=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #61309B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61309B is #9ECF64. Grayscale: #4A4A4A. Windows color (decimal): -10407781 or 10170465. OLE color: 10170465.

HSL color Cylindrical-coordinate representation of color #61309B: hue angle of 267.48º 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 #61309B is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9748155-
CMYK0.370.6900.39
HSL267.48º52.71%39.8%-
HSV(B)267.48º69.03%60.78%-
XYZ11.97.0231.74-
YUV74.85173.23143.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.33%
GREEN value IS 48 (19.14% from 255) = 16%
BLUE value IS 155 (60.94% from 255) = 51.67%
R=32.33%
G=16%
B=51.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal97481550.370.6900.39267.4852.7139.8
Hex61309B254502710b3528
Octal14160233451050474136550
Binary11000011100001001101110010110001010100111100001011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61309B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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