#5D2A9F

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

Shades of Royal Purple #5D2A9F

Tints of Royal Purple #5D2A9F

Color information

#5D2A9F (or 0x5D2A9F) is unknown color: approx Royal Purple. HEX triplet: 5D, 2A and 9F. RGB value is (93,42,159). Sum of RGB (Red+Green+Blue) = 93+42+159=294 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.63% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #5D2A9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2A9F is #A2D560. Grayscale: #464646. Windows color (decimal): -10671457 or 10431069. OLE color: 10431069.

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

Color convert

RGB9342159-
CMYK0.420.7400.38
HSL266.15º58.21%39.41%-
HSV(B)266.15º73.58%62.35%-
XYZ11.66.4933.44-
YUV70.59177.9143.99-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.63%
GREEN value IS 42 (16.80% from 255) = 14.29%
BLUE value IS 159 (62.5% from 255) = 54.08%
R=31.63%
G=14.29%
B=54.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal93421590.420.7400.38266.1558.2139.41
Hex5D2A9F2A4A02610a3a27
Octal13552237521120464127247
Binary10111011010101001111110101010010100100110100001010111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,42,159); }

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

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

 a { background-color: rgb(93,42,159); }

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

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

 span { border-color: rgb(93,42,159); }

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