Html Css Color HEX #5E3CAB Royal Purple

📋 copy color: '#5E3CAB'

red 94 ◦ green 60 ◦ blue 171

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

Shades of Royal Purple #5E3CAB

Tints of Royal Purple #5E3CAB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.46%

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

R = 28.92%
G = 18.46%
B = 52.62%

CMYK

 C value IS 0.45

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E3CAB (or 0x5E3CAB) is known color: Royal Purple. HEX triplet: 5E, 3C and AB. RGB value is (94,60,171). Sum of RGB (Red+Green+Blue) = 94+60+171=325 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.92% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E3CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3CAB is #A1C354. Grayscale: #525252. Windows color (decimal): -10601301 or 11222110. OLE color: 11222110.

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

Color convert

RGB 94 60 171 -
CMYK 0.45 0.65 0 0.33
HSL 258.38º 0.48% 0.45% -
HSV(B) 258.38º 0.65% 0.67% -
XYZ 13.58 8.55 39.46 -
YUV 82.82 177.76 135.97 -
System Red Green Blue C M Y K H S L
Decimal 94 60 171 0.45 0.65 0 0.33 258.38 0.48 0.45
Hex 5E 3C AB 2D 41 0 21 102 30 2D
Octal 136 74 253 55 101 0 41 402 60 55
Binary 1011110 111100 10101011 101101 1000001 0 100001 100000010 110000 101101

Color Harmonies of #5E3CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3CAB

Black with #5E3CAB

Text Example


Text Example

White with #5E3CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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