Html Css Color HEX #5D3DAC Royal Purple

📋 copy color: '#5D3DAC'

red 93 ◦ green 61 ◦ blue 172

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

Shades of Royal Purple #5D3DAC

Tints of Royal Purple #5D3DAC

RGB

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

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

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

R = 28.53%
G = 18.71%
B = 52.76%

CMYK

 C value IS 0.46

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5D3DAC (or 0x5D3DAC) is known color: Royal Purple. HEX triplet: 5D, 3D and AC. RGB value is (93,61,172). Sum of RGB (Red+Green+Blue) = 93+61+172=326 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.53% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #5D3DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3DAC is #A2C253. Grayscale: #525252. Windows color (decimal): -10666580 or 11287901. OLE color: 11287901.

HSL color Cylindrical-coordinate representation of color #5D3DAC: hue angle of 257.3º 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 #5D3DAC is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 93 61 172 -
CMYK 0.46 0.65 0 0.33
HSL 257.3º 0.48% 0.46% -
HSV(B) 257.3º 0.65% 0.67% -
XYZ 13.63 8.64 39.98 -
YUV 83.22 178.1 134.97 -
System Red Green Blue C M Y K H S L
Decimal 93 61 172 0.46 0.65 0 0.33 257.3 0.48 0.46
Hex 5D 3D AC 2E 41 0 21 101 30 2E
Octal 135 75 254 56 101 0 41 401 60 56
Binary 1011101 111101 10101100 101110 1000001 0 100001 100000001 110000 101110

Color Harmonies of #5D3DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3DAC

Black with #5D3DAC

Text Example


Text Example

White with #5D3DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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