Html Css Color HEX #5D42AD Royal Purple

📋 copy color: '#5D42AD'

red 93 ◦ green 66 ◦ blue 173

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

Shades of Royal Purple #5D42AD

Tints of Royal Purple #5D42AD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.88%

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

R = 28.01%
G = 19.88%
B = 52.11%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5D42AD (or 0x5D42AD) is known color: Royal Purple. HEX triplet: 5D, 42 and AD. RGB value is (93,66,173). Sum of RGB (Red+Green+Blue) = 93+66+173=332 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.01% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #5D42AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D42AD is #A2BD52. Grayscale: #555555. Windows color (decimal): -10665299 or 11354717. OLE color: 11354717.

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

Color convert

RGB 93 66 173 -
CMYK 0.46 0.62 0 0.32
HSL 255.14º 0.45% 0.47% -
HSV(B) 255.14º 0.62% 0.68% -
XYZ 14.01 9.24 40.58 -
YUV 86.27 176.95 132.8 -
System Red Green Blue C M Y K H S L
Decimal 93 66 173 0.46 0.62 0 0.32 255.14 0.45 0.47
Hex 5D 42 AD 2E 3E 0 20 FF 2D 2F
Octal 135 102 255 56 76 0 40 377 55 57
Binary 1011101 1000010 10101101 101110 111110 0 100000 11111111 101101 101111

Color Harmonies of #5D42AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D42AD

Black with #5D42AD

Text Example


Text Example

White with #5D42AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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