#61399B

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

Shades of Royal Purple #61399B

Tints of Royal Purple #61399B

Color information

#61399B (or 0x61399B) is unknown color: approx Royal Purple. HEX triplet: 61, 39 and 9B. RGB value is (97,57,155). Sum of RGB (Red+Green+Blue) = 97+57+155=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #61399B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61399B is #9EC664. Grayscale: #4F4F4F. Windows color (decimal): -10405477 or 10172769. OLE color: 10172769.

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

Color convert

RGB9757155-
CMYK0.370.6300.39
HSL264.49º46.23%41.57%-
HSV(B)264.49º63.23%60.78%-
XYZ12.317.8331.87-
YUV80.13170.25140.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.39%
GREEN value IS 57 (22.66% from 255) = 18.45%
BLUE value IS 155 (60.94% from 255) = 50.16%
R=31.39%
G=18.45%
B=50.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal97571550.370.6300.39264.4946.2341.57
Hex61399B253F0271082e2a
Octal1417123345770474105652
Binary1100001111001100110111001011111110100111100001000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61399B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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