#5F329E

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

Shades of Royal Purple #5F329E

Tints of Royal Purple #5F329E

Color information

#5F329E (or 0x5F329E) is unknown color: approx Royal Purple. HEX triplet: 5F, 32 and 9E. RGB value is (95,50,158). Sum of RGB (Red+Green+Blue) = 95+50+158=303 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.35% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #5F329E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F329E is #A0CD61. Grayscale: #4B4B4B. Windows color (decimal): -10538338 or 10367583. OLE color: 10367583.

HSL color Cylindrical-coordinate representation of color #5F329E: hue angle of 265º degrees, saturation: 0.52, 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 #5F329E is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9550158-
CMYK0.400.6800.38
HSL265º51.92%40.78%-
HSV(B)265º68.35%61.96%-
XYZ12.037.1833.1-
YUV75.77174.41141.72-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.35%
GREEN value IS 50 (19.92% from 255) = 16.50%
BLUE value IS 158 (62.11% from 255) = 52.15%
R=31.35%
G=16.50%
B=52.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal95501580.400.6800.3826551.9240.78
Hex5F329E28440261093429
Octal13762236501040464116451
Binary10111111100101001111010100010001000100110100001001110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,50,158); }

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

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

 a { background-color: rgb(95,50,158); }

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

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

 span { border-color: rgb(95,50,158); }

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