#5b43ad

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

Shades of Royal Purple #5B43AD

Tints of Royal Purple #5B43AD

Color information

#5B43AD (or 0x5B43AD) is unknown color: approx Royal Purple. HEX triplet: 5B, 43 and AD. RGB value is (91,67,173). Sum of RGB (Red+Green+Blue) = 91+67+173=331 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.49% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #5B43AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B43AD is #A4BC52. Grayscale: #555555. Windows color (decimal): -10796115 or 11354971. OLE color: 11354971.

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

Color convert

RGB9167173-
CMYK0.470.6100.32
HSL253.58º44.17%47.06%-
HSV(B)253.58º61.27%67.84%-
XYZ13.869.2640.59-
YUV86.26176.95131.38-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.49%
GREEN value IS 67 (26.56% from 255) = 20.24%
BLUE value IS 173 (67.97% from 255) = 52.27%
R=27.49%
G=20.24%
B=52.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal91671730.470.6100.32253.5844.1747.06
Hex5B43AD2F3D020fe2c2f
Octal13310325557750403765457
Binary1011011100001110101101101111111101010000011111110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b43ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,67,173); }

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

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

 a { background-color: rgb(91,67,173); }

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

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

 span { border-color: rgb(91,67,173); }

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