#61459E

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

Shades of Royal Purple #61459E

Tints of Royal Purple #61459E

Color information

#61459E (or 0x61459E) is unknown color: approx Royal Purple. HEX triplet: 61, 45 and 9E. RGB value is (97,69,158). Sum of RGB (Red+Green+Blue) = 97+69+158=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 158 (62.11% from 255 or 48.77% from 324); Max value from RGB is 158 - color contains mainly: blue. Hex color #61459E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61459E is #9EBA61. Grayscale: #575757. Windows color (decimal): -10402402 or 10372449. OLE color: 10372449.

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

Color convert

RGB9769158-
CMYK0.390.5600.38
HSL258.88º39.21%44.51%-
HSV(B)258.88º56.33%61.96%-
XYZ13.239.2733.44-
YUV87.52167.78134.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.94%
GREEN value IS 69 (27.34% from 255) = 21.30%
BLUE value IS 158 (62.11% from 255) = 48.77%
R=29.94%
G=21.30%
B=48.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal97691580.390.5600.38258.8839.2144.51
Hex61459E2738026103272d
Octal14110523647700464034755
Binary11000011000101100111101001111110000100110100000011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61459E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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