Html Css Color HEX #5D42AC Royal Purple

📋 copy color: '#5D42AC'

red 93 ◦ green 66 ◦ blue 172

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

Shades of Royal Purple #5D42AC

Tints of Royal Purple #5D42AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.96%

R = 28.1%
G = 19.94%
B = 51.96%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5D42AC (or 0x5D42AC) is known color: Royal Purple. HEX triplet: 5D, 42 and AC. RGB value is (93,66,172). Sum of RGB (Red+Green+Blue) = 93+66+172=331 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.10% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #5D42AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D42AC is #A2BD53. Grayscale: #555555. Windows color (decimal): -10665300 or 11289181. OLE color: 11289181.

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

Color convert

RGB 93 66 172 -
CMYK 0.46 0.62 0 0.33
HSL 255.28º 0.45% 0.47% -
HSV(B) 255.28º 0.62% 0.67% -
XYZ 13.91 9.2 40.07 -
YUV 86.16 176.45 132.88 -
System Red Green Blue C M Y K H S L
Decimal 93 66 172 0.46 0.62 0 0.33 255.28 0.45 0.47
Hex 5D 42 AC 2E 3E 0 21 FF 2D 2F
Octal 135 102 254 56 76 0 41 377 55 57
Binary 1011101 1000010 10101100 101110 111110 0 100001 11111111 101101 101111

Color Harmonies of #5D42AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D42AC

Black with #5D42AC

Text Example


Text Example

White with #5D42AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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