#61399a

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

Shades of Royal Purple #61399A

Tints of Royal Purple #61399A

Color information

#61399A (or 0x61399A) is unknown color: approx Royal Purple. HEX triplet: 61, 39 and 9A. RGB value is (97,57,154). Sum of RGB (Red+Green+Blue) = 97+57+154=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 154 (60.55% from 255 or 50% from 308); Max value from RGB is 154 - color contains mainly: blue. Hex color #61399A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61399A is #9EC665. Grayscale: #4F4F4F. Windows color (decimal): -10405478 or 10107233. OLE color: 10107233.

HSL color Cylindrical-coordinate representation of color #61399A: hue angle of 264.74º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #61399A is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9757154-
CMYK0.370.6300.40
HSL264.74º45.97%41.37%-
HSV(B)264.74º62.99%60.39%-
XYZ12.237.831.43-
YUV80.02169.75140.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.49%
GREEN value IS 57 (22.66% from 255) = 18.51%
BLUE value IS 154 (60.55% from 255) = 50%
R=31.49%
G=18.51%
B=50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal97571540.370.6300.40264.7445.9741.37
Hex61399A253F0281092e29
Octal1417123245770504115651
Binary1100001111001100110101001011111110101000100001001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61399a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61399a; }

 p { color: rgb(97,57,154); }

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

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

 a { background-color: rgb(97,57,154); }

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

<style>
 span { border-color: #61399a; }

 span { border-color: rgb(97,57,154); }

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