Html Css Color HEX #5840AB Royal Purple

📋 copy color: '#5840AB'

red 88 ◦ green 64 ◦ blue 171

#5840AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #5840AB

Tints of Royal Purple #5840AB

RGB

 RED value IS 88 (34.77% from 255) = 27.24%

 GREEN value IS 64 (25.39% from 255) = 19.81%

 BLUE value IS 171 (67.19% from 255) = 52.94%

R = 27.24%
G = 19.81%
B = 52.94%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5840AB (or 0x5840AB) is known color: Royal Purple. HEX triplet: 58, 40 and AB. RGB value is (88,64,171). Sum of RGB (Red+Green+Blue) = 88+64+171=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #5840AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5840AB is #A7BF54. Grayscale: #525252. Windows color (decimal): -10993493 or 11223128. OLE color: 11223128.

HSL color Cylindrical-coordinate representation of color #5840AB: hue angle of 253.46º 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 #5840AB is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 64 171 -
CMYK 0.49 0.63 0 0.33
HSL 253.46º 0.46% 0.46% -
HSV(B) 253.46º 0.63% 0.67% -
XYZ 13.21 8.68 39.51 -
YUV 83.37 177.45 131.3 -
System Red Green Blue C M Y K H S L
Decimal 88 64 171 0.49 0.63 0 0.33 253.46 0.46 0.46
Hex 58 40 AB 31 3F 0 21 FD 2E 2E
Octal 130 100 253 61 77 0 41 375 56 56
Binary 1011000 1000000 10101011 110001 111111 0 100001 11111101 101110 101110

Color Harmonies of #5840AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5840AB

Black with #5840AB

Text Example


Text Example

White with #5840AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5840AB; }

 p { color: rgb(88,64,171); }

 H1.HeaderClassName
 {
   color: #5840AB;
 }
 .AnyTagClassName
 {
   color: #5840AB;
 }
</style>

background-color css

<style>
 a { background-color: #5840AB; }

 a { background-color: rgb(88,64,171); }

 div.DivClassName
 {
   background-color: #5840AB;
 }
 .BgClassName
 {
   background-color: #5840AB;
 }
</style>

border-color css

<style>
 span { border-color: #5840AB; }

 span { border-color: rgb(88,64,171); }

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