Html Css Color HEX #5D42AE Royal Purple

📋 copy color: '#5D42AE'

red 93 ◦ green 66 ◦ blue 174

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

Shades of Royal Purple #5D42AE

Tints of Royal Purple #5D42AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 52.25%

R = 27.93%
G = 19.82%
B = 52.25%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5D42AE (or 0x5D42AE) is known color: Royal Purple. HEX triplet: 5D, 42 and AE. RGB value is (93,66,174). Sum of RGB (Red+Green+Blue) = 93+66+174=333 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.93% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #5D42AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D42AE is #A2BD51. Grayscale: #555555. Windows color (decimal): -10665298 or 11420253. OLE color: 11420253.

HSL color Cylindrical-coordinate representation of color #5D42AE: hue angle of 255º 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 #5D42AE is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 93 66 174 -
CMYK 0.47 0.62 0 0.32
HSL 255º 0.45% 0.47% -
HSV(B) 255º 0.62% 0.68% -
XYZ 14.1 9.28 41.09 -
YUV 86.39 177.45 132.72 -
System Red Green Blue C M Y K H S L
Decimal 93 66 174 0.47 0.62 0 0.32 255 0.45 0.47
Hex 5D 42 AE 2F 3E 0 20 FF 2D 2F
Octal 135 102 256 57 76 0 40 377 55 57
Binary 1011101 1000010 10101110 101111 111110 0 100000 11111111 101101 101111

Color Harmonies of #5D42AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D42AE

Black with #5D42AE

Text Example


Text Example

White with #5D42AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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