#61349C

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

Shades of Royal Purple #61349C

Tints of Royal Purple #61349C

Color information

#61349C (or 0x61349C) is unknown color: approx Royal Purple. HEX triplet: 61, 34 and 9C. RGB value is (97,52,156). Sum of RGB (Red+Green+Blue) = 97+52+156=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #61349C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61349C is #9ECB63. Grayscale: #4C4C4C. Windows color (decimal): -10406756 or 10237025. OLE color: 10237025.

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

Color convert

RGB9752156-
CMYK0.380.6700.39
HSL265.96º50%40.78%-
HSV(B)265.96º66.67%61.18%-
XYZ12.167.432.24-
YUV77.31172.41142.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.80%
GREEN value IS 52 (20.70% from 255) = 17.05%
BLUE value IS 156 (61.33% from 255) = 51.15%
R=31.80%
G=17.05%
B=51.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal97521560.380.6700.39265.965040.78
Hex61349C264302710a3229
Octal14164234461030474126251
Binary11000011101001001110010011010000110100111100001010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61349C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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