Html Css Color HEX #5D3AAE Royal Purple

📋 copy color: '#5D3AAE'

red 93 ◦ green 58 ◦ blue 174

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

Shades of Royal Purple #5D3AAE

Tints of Royal Purple #5D3AAE

RGB

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

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

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

R = 28.62%
G = 17.85%
B = 53.54%

CMYK

 C value IS 0.47

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5D3AAE (or 0x5D3AAE) is known color: Royal Purple. HEX triplet: 5D, 3A and AE. RGB value is (93,58,174). Sum of RGB (Red+Green+Blue) = 93+58+174=325 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.62% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #5D3AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3AAE is #A2C551. Grayscale: #515151. Windows color (decimal): -10667346 or 11418205. OLE color: 11418205.

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

Color convert

RGB 93 58 174 -
CMYK 0.47 0.67 0 0.32
HSL 258.1º 0.5% 0.45% -
HSV(B) 258.1º 0.67% 0.68% -
XYZ 13.67 8.41 40.95 -
YUV 81.69 180.1 136.07 -
System Red Green Blue C M Y K H S L
Decimal 93 58 174 0.47 0.67 0 0.32 258.1 0.5 0.45
Hex 5D 3A AE 2F 43 0 20 102 32 2D
Octal 135 72 256 57 103 0 40 402 62 55
Binary 1011101 111010 10101110 101111 1000011 0 100000 100000010 110010 101101

Color Harmonies of #5D3AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3AAE

Black with #5D3AAE

Text Example


Text Example

White with #5D3AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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