Html Css Color HEX #5D43A4 Royal Purple

📋 copy color: '#5D43A4'

red 93 ◦ green 67 ◦ blue 164

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

Shades of Royal Purple #5D43A4

Tints of Royal Purple #5D43A4

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.68%

 BLUE value IS 164 (64.45% from 255) = 50.62%

R = 28.7%
G = 20.68%
B = 50.62%

CMYK

 C value IS 0.43

 M value IS 0.59

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#5D43A4 (or 0x5D43A4) is known color: Royal Purple. HEX triplet: 5D, 43 and A4. RGB value is (93,67,164). Sum of RGB (Red+Green+Blue) = 93+67+164=324 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.70% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 164 (64.45% from 255 or 50.62% from 324); Max value from RGB is 164 - color contains mainly: blue. Hex color #5D43A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D43A4 is #A2BC5B. Grayscale: #555555. Windows color (decimal): -10665052 or 10765149. OLE color: 10765149.

HSL color Cylindrical-coordinate representation of color #5D43A4: hue angle of 256.08º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5D43A4 is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 93 67 164 -
CMYK 0.43 0.59 0 0.36
HSL 256.08º 0.42% 0.45% -
HSV(B) 256.08º 0.59% 0.64% -
XYZ 13.22 9.02 36.17 -
YUV 85.83 172.11 133.11 -
System Red Green Blue C M Y K H S L
Decimal 93 67 164 0.43 0.59 0 0.36 256.08 0.42 0.45
Hex 5D 43 A4 2B 3B 0 24 100 2A 2D
Octal 135 103 244 53 73 0 44 400 52 55
Binary 1011101 1000011 10100100 101011 111011 0 100100 100000000 101010 101101

Color Harmonies of #5D43A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D43A4

Black with #5D43A4

Text Example


Text Example

White with #5D43A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,67,164); }

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

background-color css

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

 a { background-color: rgb(93,67,164); }

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

border-color css

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

 span { border-color: rgb(93,67,164); }

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