#5F1E9B

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

Shades of Royal Purple #5F1E9B

Tints of Royal Purple #5F1E9B

Color information

#5F1E9B (or 0x5F1E9B) is unknown color: approx Royal Purple. HEX triplet: 5F, 1E and 9B. RGB value is (95,30,155). Sum of RGB (Red+Green+Blue) = 95+30+155=280 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.93% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #5F1E9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F1E9B is #A0E164. Grayscale: #3F3F3F. Windows color (decimal): -10543461 or 10165855. OLE color: 10165855.

HSL color Cylindrical-coordinate representation of color #5F1E9B: hue angle of 271.2º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F1E9B is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9530155-
CMYK0.390.8100.39
HSL271.2º67.57%36.27%-
HSV(B)271.2º80.65%60.78%-
XYZ11.15.7331.53-
YUV63.68179.53150.34-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.93%
GREEN value IS 30 (12.11% from 255) = 10.71%
BLUE value IS 155 (60.94% from 255) = 55.36%
R=33.93%
G=10.71%
B=55.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal95301550.390.8100.39271.267.5736.27
Hex5F1E9B275102710f4424
Octal137362334712104741710444
Binary10111111111010011011100111101000101001111000011111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,30,155); }

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

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

 a { background-color: rgb(95,30,155); }

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

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

 span { border-color: rgb(95,30,155); }

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