Html Css Color HEX #5D3CAE Royal Purple

📋 copy color: '#5D3CAE'

red 93 ◦ green 60 ◦ blue 174

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

Shades of Royal Purple #5D3CAE

Tints of Royal Purple #5D3CAE

RGB

 RED value IS 93 (36.72% from 255) = 28.44%

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

 BLUE value IS 174 (68.36% from 255) = 53.21%

R = 28.44%
G = 18.35%
B = 53.21%

CMYK

 C value IS 0.47

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5D3CAE (or 0x5D3CAE) is known color: Royal Purple. HEX triplet: 5D, 3C and AE. RGB value is (93,60,174). Sum of RGB (Red+Green+Blue) = 93+60+174=327 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.44% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 174 (68.36% from 255 or 53.21% from 327); Max value from RGB is 174 - color contains mainly: blue. Hex color #5D3CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3CAE is #A2C351. Grayscale: #525252. Windows color (decimal): -10666834 or 11418717. OLE color: 11418717.

HSL color Cylindrical-coordinate representation of color #5D3CAE: hue angle of 257.37º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D3CAE is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 93 60 174 -
CMYK 0.47 0.66 0 0.32
HSL 257.37º 0.49% 0.46% -
HSV(B) 257.37º 0.66% 0.68% -
XYZ 13.77 8.61 40.98 -
YUV 82.86 179.43 135.23 -
System Red Green Blue C M Y K H S L
Decimal 93 60 174 0.47 0.66 0 0.32 257.37 0.49 0.46
Hex 5D 3C AE 2F 42 0 20 101 31 2E
Octal 135 74 256 57 102 0 40 401 61 56
Binary 1011101 111100 10101110 101111 1000010 0 100000 100000001 110001 101110

Color Harmonies of #5D3CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3CAE

Black with #5D3CAE

Text Example


Text Example

White with #5D3CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,60,174); }

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

background-color css

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

 a { background-color: rgb(93,60,174); }

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

border-color css

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

 span { border-color: rgb(93,60,174); }

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