Html Css Color HEX #5D3DAF Royal Purple

📋 copy color: '#5D3DAF'

red 93 ◦ green 61 ◦ blue 175

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

Shades of Royal Purple #5D3DAF

Tints of Royal Purple #5D3DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 53.19%

R = 28.27%
G = 18.54%
B = 53.19%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5D3DAF (or 0x5D3DAF) is known color: Royal Purple. HEX triplet: 5D, 3D and AF. RGB value is (93,61,175). Sum of RGB (Red+Green+Blue) = 93+61+175=329 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.27% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D3DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3DAF is #A2C250. Grayscale: #535353. Windows color (decimal): -10666577 or 11484509. OLE color: 11484509.

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

Color convert

RGB 93 61 175 -
CMYK 0.47 0.65 0 0.31
HSL 256.84º 0.48% 0.46% -
HSV(B) 256.84º 0.65% 0.69% -
XYZ 13.92 8.76 41.51 -
YUV 83.56 179.6 134.73 -
System Red Green Blue C M Y K H S L
Decimal 93 61 175 0.47 0.65 0 0.31 256.84 0.48 0.46
Hex 5D 3D AF 2F 41 0 1F 101 30 2E
Octal 135 75 257 57 101 0 37 401 60 56
Binary 1011101 111101 10101111 101111 1000001 0 11111 100000001 110000 101110

Color Harmonies of #5D3DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3DAF

Black with #5D3DAF

Text Example


Text Example

White with #5D3DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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