Html Css Color HEX #5E3AAB Royal Purple

📋 copy color: '#5E3AAB'

red 94 ◦ green 58 ◦ blue 171

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

Shades of Royal Purple #5E3AAB

Tints of Royal Purple #5E3AAB

RGB

 RED value IS 94 (37.11% from 255) = 29.1%

 GREEN value IS 58 (23.05% from 255) = 17.96%

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

R = 29.1%
G = 17.96%
B = 52.94%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E3AAB (or 0x5E3AAB) is known color: Royal Purple. HEX triplet: 5E, 3A and AB. RGB value is (94,58,171). Sum of RGB (Red+Green+Blue) = 94+58+171=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 58 (23.05% from 255 or 17.96% 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 #5E3AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3AAB is #A1C554. Grayscale: #515151. Windows color (decimal): -10601813 or 11221598. OLE color: 11221598.

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

Color convert

RGB 94 58 171 -
CMYK 0.45 0.66 0 0.33
HSL 259.12º 0.49% 0.45% -
HSV(B) 259.12º 0.66% 0.67% -
XYZ 13.48 8.35 39.43 -
YUV 81.65 178.43 136.81 -
System Red Green Blue C M Y K H S L
Decimal 94 58 171 0.45 0.66 0 0.33 259.12 0.49 0.45
Hex 5E 3A AB 2D 42 0 21 103 31 2D
Octal 136 72 253 55 102 0 41 403 61 55
Binary 1011110 111010 10101011 101101 1000010 0 100001 100000011 110001 101101

Color Harmonies of #5E3AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3AAB

Black with #5E3AAB

Text Example


Text Example

White with #5E3AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,58,171); }

 H1.HeaderClassName
 {
   color: #5E3AAB;
 }
 .AnyTagClassName
 {
   color: #5E3AAB;
 }
</style>

background-color css

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

 a { background-color: rgb(94,58,171); }

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

border-color css

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

 span { border-color: rgb(94,58,171); }

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