#61339F

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

Shades of Royal Purple #61339F

Tints of Royal Purple #61339F

Color information

#61339F (or 0x61339F) is unknown color: approx Royal Purple. HEX triplet: 61, 33 and 9F. RGB value is (97,51,159). Sum of RGB (Red+Green+Blue) = 97+51+159=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 159 (62.5% from 255 or 51.79% from 307); Max value from RGB is 159 - color contains mainly: blue. Hex color #61339F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61339F is #9ECC60. Grayscale: #4C4C4C. Windows color (decimal): -10407009 or 10433377. OLE color: 10433377.

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

Color convert

RGB9751159-
CMYK0.390.6800.38
HSL265.56º51.43%41.18%-
HSV(B)265.56º67.92%62.35%-
XYZ12.377.4133.58-
YUV77.07174.24142.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.60%
GREEN value IS 51 (20.31% from 255) = 16.61%
BLUE value IS 159 (62.5% from 255) = 51.79%
R=31.60%
G=16.61%
B=51.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal97511590.390.6800.38265.5651.4341.18
Hex61339F274402610a3329
Octal14163237471040464126351
Binary11000011100111001111110011110001000100110100001010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61339F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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