#5838AA

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

Shades of Royal Purple #5838AA

Tints of Royal Purple #5838AA

Color information

#5838AA (or 0x5838AA) is unknown color: approx Royal Purple. HEX triplet: 58, 38 and AA. RGB value is (88,56,170). Sum of RGB (Red+Green+Blue) = 88+56+170=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #5838AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5838AA is #A7C755. Grayscale: #4E4E4E. Windows color (decimal): -10995542 or 11155544. OLE color: 11155544.

HSL color Cylindrical-coordinate representation of color #5838AA: hue angle of 256.84º 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 #5838AA is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8856170-
CMYK0.480.6700.33
HSL256.84º50.44%44.31%-
HSV(B)256.84º67.06%66.67%-
XYZ12.697.8138.87-
YUV78.56179.6134.73-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.03%
GREEN value IS 56 (22.27% from 255) = 17.83%
BLUE value IS 170 (66.80% from 255) = 54.14%
R=28.03%
G=17.83%
B=54.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88561700.480.6700.33256.8450.4444.31
Hex5838AA3043021101322c
Octal13070252601030414016254
Binary10110001110001010101011000010000110100001100000001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5838AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5838AA; }

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

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

<style>
 a { background-color: #5838AA; }

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

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

<style>
 span { border-color: #5838AA; }

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

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