#61179E

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

Shades of Royal Purple #61179E

Tints of Royal Purple #61179E

Color information

#61179E (or 0x61179E) is unknown color: approx Royal Purple. HEX triplet: 61, 17 and 9E. RGB value is (97,23,158). Sum of RGB (Red+Green+Blue) = 97+23+158=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 158 (62.11% from 255 or 56.83% from 278); Max value from RGB is 158 - color contains mainly: blue. Hex color #61179E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61179E is #9EE861. Grayscale: #3C3C3C. Windows color (decimal): -10414178 or 10360673. OLE color: 10360673.

HSL color Cylindrical-coordinate representation of color #61179E: hue angle of 272.89º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #61179E is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9723158-
CMYK0.390.8500.38
HSL272.89º74.59%35.49%-
HSV(B)272.89º85.44%61.96%-
XYZ11.415.6232.83-
YUV60.52183.02154.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.89%
GREEN value IS 23 (9.38% from 255) = 8.27%
BLUE value IS 158 (62.11% from 255) = 56.83%
R=34.89%
G=8.27%
B=56.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal97231580.390.8500.38272.8974.5935.49
Hex61179E27550261114b23
Octal141272364712504642111343
Binary11000011011110011110100111101010101001101000100011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61179E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61179E; }

 p { color: rgb(97,23,158); }

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

<style>
 a { background-color: #61179E; }

 a { background-color: rgb(97,23,158); }

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

<style>
 span { border-color: #61179E; }

 span { border-color: rgb(97,23,158); }

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