Html Css Color HEX #5D3DAB Royal Purple

📋 copy color: '#5D3DAB'

red 93 ◦ green 61 ◦ blue 171

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

Shades of Royal Purple #5D3DAB

Tints of Royal Purple #5D3DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 52.62%

R = 28.62%
G = 18.77%
B = 52.62%

CMYK

 C value IS 0.46

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5D3DAB (or 0x5D3DAB) is known color: Royal Purple. HEX triplet: 5D, 3D and AB. RGB value is (93,61,171). Sum of RGB (Red+Green+Blue) = 93+61+171=325 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.62% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D3DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3DAB is #A2C254. Grayscale: #525252. Windows color (decimal): -10666581 or 11222365. OLE color: 11222365.

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

Color convert

RGB 93 61 171 -
CMYK 0.46 0.64 0 0.33
HSL 257.45º 0.47% 0.45% -
HSV(B) 257.45º 0.64% 0.67% -
XYZ 13.53 8.6 39.48 -
YUV 83.11 177.6 135.06 -
System Red Green Blue C M Y K H S L
Decimal 93 61 171 0.46 0.64 0 0.33 257.45 0.47 0.45
Hex 5D 3D AB 2E 40 0 21 101 2F 2D
Octal 135 75 253 56 100 0 41 401 57 55
Binary 1011101 111101 10101011 101110 1000000 0 100001 100000001 101111 101101

Color Harmonies of #5D3DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3DAB

Black with #5D3DAB

Text Example


Text Example

White with #5D3DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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