#5D3FAB

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

Shades of Royal Purple #5D3FAB

Tints of Royal Purple #5D3FAB

Color information

#5D3FAB (or 0x5D3FAB) is unknown color: approx Royal Purple. HEX triplet: 5D, 3F and AB. RGB value is (93,63,171). Sum of RGB (Red+Green+Blue) = 93+63+171=327 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.44% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D3FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3FAB is #A2C054. Grayscale: #535353. Windows color (decimal): -10666069 or 11222877. OLE color: 11222877.

HSL color Cylindrical-coordinate representation of color #5D3FAB: hue angle of 256.67º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D3FAB is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9363171-
CMYK0.460.6300.33
HSL256.67º46.15%45.88%-
HSV(B)256.67º63.16%67.06%-
XYZ13.648.8239.51-
YUV84.28176.94134.22-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.44%
GREEN value IS 63 (25% from 255) = 19.27%
BLUE value IS 171 (67.19% from 255) = 52.29%
R=28.44%
G=19.27%
B=52.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal93631710.460.6300.33256.6746.1545.88
Hex5D3FAB2E3F0211012e2e
Octal1357725356770414015656
Binary1011101111111101010111011101111110100001100000001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,63,171); }

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

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

 a { background-color: rgb(93,63,171); }

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

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

 span { border-color: rgb(93,63,171); }

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