Html Css Color HEX #5D40AA Royal Purple

📋 copy color: '#5D40AA'

red 93 ◦ green 64 ◦ blue 170

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

Shades of Royal Purple #5D40AA

Tints of Royal Purple #5D40AA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.57%

 BLUE value IS 170 (66.8% from 255) = 51.99%

R = 28.44%
G = 19.57%
B = 51.99%

CMYK

 C value IS 0.45

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5D40AA (or 0x5D40AA) is known color: Royal Purple. HEX triplet: 5D, 40 and AA. RGB value is (93,64,170). Sum of RGB (Red+Green+Blue) = 93+64+170=327 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.44% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D40AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D40AA is #A2BF55. Grayscale: #545454. Windows color (decimal): -10665814 or 11157597. OLE color: 11157597.

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

Color convert

RGB 93 64 170 -
CMYK 0.45 0.62 0 0.33
HSL 256.42º 0.45% 0.46% -
HSV(B) 256.42º 0.62% 0.67% -
XYZ 13.6 8.9 39.03 -
YUV 84.76 176.11 133.88 -
System Red Green Blue C M Y K H S L
Decimal 93 64 170 0.45 0.62 0 0.33 256.42 0.45 0.46
Hex 5D 40 AA 2D 3E 0 21 100 2D 2E
Octal 135 100 252 55 76 0 41 400 55 56
Binary 1011101 1000000 10101010 101101 111110 0 100001 100000000 101101 101110

Color Harmonies of #5D40AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D40AA

Black with #5D40AA

Text Example


Text Example

White with #5D40AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,64,170); }

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

background-color css

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

 a { background-color: rgb(93,64,170); }

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

border-color css

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

 span { border-color: rgb(93,64,170); }

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