#5C39A7

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

Shades of Royal Purple #5C39A7

Tints of Royal Purple #5C39A7

Color information

#5C39A7 (or 0x5C39A7) is unknown color: approx Royal Purple. HEX triplet: 5C, 39 and A7. RGB value is (92,57,167). Sum of RGB (Red+Green+Blue) = 92+57+167=316 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.11% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 167 (65.62% from 255 or 52.85% from 316); Max value from RGB is 167 - color contains mainly: blue. Hex color #5C39A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C39A7 is #A3C658. Grayscale: #4F4F4F. Windows color (decimal): -10733145 or 10959196. OLE color: 10959196.

HSL color Cylindrical-coordinate representation of color #5C39A7: hue angle of 259.09º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5C39A7 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9257167-
CMYK0.450.6600.35
HSL259.09º49.11%43.92%-
HSV(B)259.09º65.87%65.49%-
XYZ12.857.9937.42-
YUV80177.1136.56-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.11%
GREEN value IS 57 (22.66% from 255) = 18.04%
BLUE value IS 167 (65.62% from 255) = 52.85%
R=29.11%
G=18.04%
B=52.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal92571670.450.6600.35259.0949.1143.92
Hex5C39A72D42023103312c
Octal13471247551020434036154
Binary10111001110011010011110110110000100100011100000011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C39A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C39A7; }

 p { color: rgb(92,57,167); }

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

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

 a { background-color: rgb(92,57,167); }

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

<style>
 span { border-color: #5C39A7; }

 span { border-color: rgb(92,57,167); }

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