#5d1d9d

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

Shades of Royal Purple #5D1D9D

Tints of Royal Purple #5D1D9D

Color information

#5D1D9D (or 0x5D1D9D) is unknown color: approx Royal Purple. HEX triplet: 5D, 1D and 9D. RGB value is (93,29,157). Sum of RGB (Red+Green+Blue) = 93+29+157=279 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.33% from 279); Green value is 29 (11.72% from 255 or 10.39% 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 #5D1D9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D1D9D is #A2E262. Grayscale: #3E3E3E. Windows color (decimal): -10674787 or 10296669. OLE color: 10296669.

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

Color convert

RGB9329157-
CMYK0.410.8200.38
HSL270º68.82%36.47%-
HSV(B)270º81.53%61.57%-
XYZ11.045.6432.41-
YUV62.73181.2149.59-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.33%
GREEN value IS 29 (11.72% from 255) = 10.39%
BLUE value IS 157 (61.72% from 255) = 56.27%
R=33.33%
G=10.39%
B=56.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal93291570.410.8200.3827068.8236.47
Hex5D1D9D295202610e4524
Octal135352355112204641610544
Binary10111011110110011101101001101001001001101000011101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5d1d9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,29,157); }

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

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

 a { background-color: rgb(93,29,157); }

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

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

 span { border-color: rgb(93,29,157); }

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