#5F1B9D

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

Shades of Royal Purple #5F1B9D

Tints of Royal Purple #5F1B9D

Color information

#5F1B9D (or 0x5F1B9D) is unknown color: approx Royal Purple. HEX triplet: 5F, 1B and 9D. RGB value is (95,27,157). Sum of RGB (Red+Green+Blue) = 95+27+157=279 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.05% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #5F1B9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F1B9D is #A0E462. Grayscale: #3D3D3D. Windows color (decimal): -10544227 or 10296159. OLE color: 10296159.

HSL color Cylindrical-coordinate representation of color #5F1B9D: hue angle of 271.38º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5F1B9D is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9527157-
CMYK0.390.8300.38
HSL271.38º70.65%36.08%-
HSV(B)271.38º82.8%61.57%-
XYZ11.25.6532.4-
YUV62.15181.53151.43-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.05%
GREEN value IS 27 (10.94% from 255) = 9.68%
BLUE value IS 157 (61.72% from 255) = 56.27%
R=34.05%
G=9.68%
B=56.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal95271570.390.8300.38271.3870.6536.08
Hex5F1B9D275302610f4724
Octal137332354712304641710744
Binary10111111101110011101100111101001101001101000011111000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,27,157); }

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

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

 a { background-color: rgb(95,27,157); }

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

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

 span { border-color: rgb(95,27,157); }

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