#61189E

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

Shades of Royal Purple #61189E

Tints of Royal Purple #61189E

Color information

#61189E (or 0x61189E) is unknown color: approx Royal Purple. HEX triplet: 61, 18 and 9E. RGB value is (97,24,158). Sum of RGB (Red+Green+Blue) = 97+24+158=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 158 (62.11% from 255 or 56.63% from 279); Max value from RGB is 158 - color contains mainly: blue. Hex color #61189E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61189E is #9EE761. Grayscale: #3C3C3C. Windows color (decimal): -10413922 or 10360929. OLE color: 10360929.

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

Color convert

RGB9724158-
CMYK0.390.8500.38
HSL272.69º73.63%35.69%-
HSV(B)272.69º84.81%61.96%-
XYZ11.435.6632.84-
YUV61.1182.68153.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.77%
GREEN value IS 24 (9.77% from 255) = 8.60%
BLUE value IS 158 (62.11% from 255) = 56.63%
R=34.77%
G=8.60%
B=56.63%

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
Decimal97241580.390.8500.38272.6973.6335.69
Hex61189E27550261114a24
Octal141302364712504642111244
Binary11000011100010011110100111101010101001101000100011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61189E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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