Html Css Color HEX #5E3DAC Royal Purple

📋 copy color: '#5E3DAC'

red 94 ◦ green 61 ◦ blue 172

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

Shades of Royal Purple #5E3DAC

Tints of Royal Purple #5E3DAC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.65%

 BLUE value IS 172 (67.58% from 255) = 52.6%

R = 28.75%
G = 18.65%
B = 52.6%

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

#5E3DAC (or 0x5E3DAC) is known color: Royal Purple. HEX triplet: 5E, 3D and AC. RGB value is (94,61,172). Sum of RGB (Red+Green+Blue) = 94+61+172=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 61 (24.22% from 255 or 18.65% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E3DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3DAC is #A1C253. Grayscale: #535353. Windows color (decimal): -10601044 or 11287902. OLE color: 11287902.

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

Color convert

RGB 94 61 172 -
CMYK 0.45 0.65 0 0.33
HSL 257.84º 0.48% 0.46% -
HSV(B) 257.84º 0.65% 0.67% -
XYZ 13.73 8.7 39.98 -
YUV 83.52 177.93 135.47 -
System Red Green Blue C M Y K H S L
Decimal 94 61 172 0.45 0.65 0 0.33 257.84 0.48 0.46
Hex 5E 3D AC 2D 41 0 21 102 30 2E
Octal 136 75 254 55 101 0 41 402 60 56
Binary 1011110 111101 10101100 101101 1000001 0 100001 100000010 110000 101110

Color Harmonies of #5E3DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3DAC

Black with #5E3DAC

Text Example


Text Example

White with #5E3DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,61,172); }

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

background-color css

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

 a { background-color: rgb(94,61,172); }

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

border-color css

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

 span { border-color: rgb(94,61,172); }

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