#5B38AA

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

Shades of Royal Purple #5B38AA

Tints of Royal Purple #5B38AA

Color information

#5B38AA (or 0x5B38AA) is unknown color: approx Royal Purple. HEX triplet: 5B, 38 and AA. RGB value is (91,56,170). Sum of RGB (Red+Green+Blue) = 91+56+170=317 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.71% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #5B38AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B38AA is #A4C755. Grayscale: #4F4F4F. Windows color (decimal): -10798934 or 11155547. OLE color: 11155547.

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

Color convert

RGB9156170-
CMYK0.460.6700.33
HSL258.42º50.44%44.31%-
HSV(B)258.42º67.06%66.67%-
XYZ12.987.9538.88-
YUV79.46179.1136.23-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.71%
GREEN value IS 56 (22.27% from 255) = 17.67%
BLUE value IS 170 (66.80% from 255) = 53.63%
R=28.71%
G=17.67%
B=53.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91561700.460.6700.33258.4250.4444.31
Hex5B38AA2E43021102322c
Octal13370252561030414026254
Binary10110111110001010101010111010000110100001100000010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B38AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,56,170); }

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

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

 a { background-color: rgb(91,56,170); }

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

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

 span { border-color: rgb(91,56,170); }

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