Html Css Color HEX #5D3DAE Royal Purple

📋 copy color: '#5D3DAE'

red 93 ◦ green 61 ◦ blue 174

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

Shades of Royal Purple #5D3DAE

Tints of Royal Purple #5D3DAE

RGB

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

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

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

R = 28.35%
G = 18.6%
B = 53.05%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5D3DAE (or 0x5D3DAE) is known color: Royal Purple. HEX triplet: 5D, 3D and AE. RGB value is (93,61,174). Sum of RGB (Red+Green+Blue) = 93+61+174=328 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.35% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 174 (68.36% from 255 or 53.05% from 328); Max value from RGB is 174 - color contains mainly: blue. Hex color #5D3DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3DAE is #A2C251. Grayscale: #535353. Windows color (decimal): -10666578 or 11418973. OLE color: 11418973.

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

Color convert

RGB 93 61 174 -
CMYK 0.47 0.65 0 0.32
HSL 256.99º 0.48% 0.46% -
HSV(B) 256.99º 0.65% 0.68% -
XYZ 13.82 8.72 41 -
YUV 83.45 179.1 134.81 -
System Red Green Blue C M Y K H S L
Decimal 93 61 174 0.47 0.65 0 0.32 256.99 0.48 0.46
Hex 5D 3D AE 2F 41 0 20 101 30 2E
Octal 135 75 256 57 101 0 40 401 60 56
Binary 1011101 111101 10101110 101111 1000001 0 100000 100000001 110000 101110

Color Harmonies of #5D3DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3DAE

Black with #5D3DAE

Text Example


Text Example

White with #5D3DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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