Html Css Color HEX #5D3FAE Royal Purple

📋 copy color: '#5D3FAE'

red 93 ◦ green 63 ◦ blue 174

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

Shades of Royal Purple #5D3FAE

Tints of Royal Purple #5D3FAE

RGB

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

 GREEN value IS 63 (25% from 255) = 19.09%

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

R = 28.18%
G = 19.09%
B = 52.73%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5D3FAE (or 0x5D3FAE) is known color: Royal Purple. HEX triplet: 5D, 3F and AE. RGB value is (93,63,174). Sum of RGB (Red+Green+Blue) = 93+63+174=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #5D3FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3FAE is #A2C051. Grayscale: #545454. Windows color (decimal): -10666066 or 11419485. OLE color: 11419485.

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

Color convert

RGB 93 63 174 -
CMYK 0.47 0.64 0 0.32
HSL 256.22º 0.47% 0.46% -
HSV(B) 256.22º 0.64% 0.68% -
XYZ 13.93 8.94 41.04 -
YUV 84.62 178.44 133.97 -
System Red Green Blue C M Y K H S L
Decimal 93 63 174 0.47 0.64 0 0.32 256.22 0.47 0.46
Hex 5D 3F AE 2F 40 0 20 100 2F 2E
Octal 135 77 256 57 100 0 40 400 57 56
Binary 1011101 111111 10101110 101111 1000000 0 100000 100000000 101111 101110

Color Harmonies of #5D3FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3FAE

Black with #5D3FAE

Text Example


Text Example

White with #5D3FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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