#592FA6

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

Shades of Royal Purple #592FA6

Tints of Royal Purple #592FA6

Color information

#592FA6 (or 0x592FA6) is unknown color: approx Royal Purple. HEX triplet: 59, 2F and A6. RGB value is (89,47,166). Sum of RGB (Red+Green+Blue) = 89+47+166=302 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.47% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 166 (65.23% from 255 or 54.97% from 302); Max value from RGB is 166 - color contains mainly: blue. Hex color #592FA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592FA6 is #A6D059. Grayscale: #484848. Windows color (decimal): -10932314 or 10891097. OLE color: 10891097.

HSL color Cylindrical-coordinate representation of color #592FA6: hue angle of 261.18º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #592FA6 is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8947166-
CMYK0.460.7200.35
HSL261.18º55.87%41.76%-
HSV(B)261.18º71.69%65.1%-
XYZ12.026.9136.78-
YUV73.12180.41139.32-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.47%
GREEN value IS 47 (18.75% from 255) = 15.56%
BLUE value IS 166 (65.23% from 255) = 54.97%
R=29.47%
G=15.56%
B=54.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal89471660.460.7200.35261.1855.8741.76
Hex592FA62E48023105382a
Octal13157246561100434057052
Binary10110011011111010011010111010010000100011100000101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592FA6; }

 p { color: rgb(89,47,166); }

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

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

 a { background-color: rgb(89,47,166); }

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

<style>
 span { border-color: #592FA6; }

 span { border-color: rgb(89,47,166); }

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