#61419F

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

Shades of Royal Purple #61419F

Tints of Royal Purple #61419F

Color information

#61419F (or 0x61419F) is unknown color: approx Royal Purple. HEX triplet: 61, 41 and 9F. RGB value is (97,65,159). Sum of RGB (Red+Green+Blue) = 97+65+159=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #61419F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61419F is #9EBE60. Grayscale: #545454. Windows color (decimal): -10403425 or 10436961. OLE color: 10436961.

HSL color Cylindrical-coordinate representation of color #61419F: hue angle of 260.43º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61419F is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9765159-
CMYK0.390.5900.38
HSL260.43º41.96%43.92%-
HSV(B)260.43º59.12%62.35%-
XYZ13.088.8333.82-
YUV85.28169.6136.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.22%
GREEN value IS 65 (25.78% from 255) = 20.25%
BLUE value IS 159 (62.5% from 255) = 49.53%
R=30.22%
G=20.25%
B=49.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal97651590.390.5900.38260.4341.9643.92
Hex61419F273B0261042a2c
Octal14110123747730464045254
Binary11000011000001100111111001111110110100110100000100101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61419F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61419F; }

 p { color: rgb(97,65,159); }

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

<style>
 a { background-color: #61419F; }

 a { background-color: rgb(97,65,159); }

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

<style>
 span { border-color: #61419F; }

 span { border-color: rgb(97,65,159); }

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