Html Css Color HEX #5D36AD Royal Purple

📋 copy color: '#5D36AD'

red 93 ◦ green 54 ◦ blue 173

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

Shades of Royal Purple #5D36AD

Tints of Royal Purple #5D36AD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.88%

 BLUE value IS 173 (67.97% from 255) = 54.06%

R = 29.06%
G = 16.88%
B = 54.06%

CMYK

 C value IS 0.46

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5D36AD (or 0x5D36AD) is known color: Royal Purple. HEX triplet: 5D, 36 and AD. RGB value is (93,54,173). Sum of RGB (Red+Green+Blue) = 93+54+173=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #5D36AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D36AD is #A2C952. Grayscale: #4E4E4E. Windows color (decimal): -10668371 or 11351645. OLE color: 11351645.

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

Color convert

RGB 93 54 173 -
CMYK 0.46 0.69 0 0.32
HSL 259.66º 0.52% 0.45% -
HSV(B) 259.66º 0.69% 0.68% -
XYZ 13.38 7.98 40.37 -
YUV 79.23 180.92 137.82 -
System Red Green Blue C M Y K H S L
Decimal 93 54 173 0.46 0.69 0 0.32 259.66 0.52 0.45
Hex 5D 36 AD 2E 45 0 20 104 34 2D
Octal 135 66 255 56 105 0 40 404 64 55
Binary 1011101 110110 10101101 101110 1000101 0 100000 100000100 110100 101101

Color Harmonies of #5D36AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D36AD

Black with #5D36AD

Text Example


Text Example

White with #5D36AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,54,173); }

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

background-color css

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

 a { background-color: rgb(93,54,173); }

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

border-color css

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

 span { border-color: rgb(93,54,173); }

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