Html Css Color HEX #5C41AD Royal Purple

📋 copy color: '#5C41AD'

red 92 ◦ green 65 ◦ blue 173

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

Shades of Royal Purple #5C41AD

Tints of Royal Purple #5C41AD

RGB

 RED value IS 92 (36.33% from 255) = 27.88%

 GREEN value IS 65 (25.78% from 255) = 19.7%

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

R = 27.88%
G = 19.7%
B = 52.42%

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

#5C41AD (or 0x5C41AD) is known color: Royal Purple. HEX triplet: 5C, 41 and AD. RGB value is (92,65,173). Sum of RGB (Red+Green+Blue) = 92+65+173=330 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.88% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #5C41AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C41AD is #A3BE52. Grayscale: #545454. Windows color (decimal): -10731091 or 11354460. OLE color: 11354460.

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

Color convert

RGB 92 65 173 -
CMYK 0.47 0.62 0 0.32
HSL 255º 0.45% 0.47% -
HSV(B) 255º 0.62% 0.68% -
XYZ 13.85 9.07 40.56 -
YUV 85.39 177.45 132.72 -
System Red Green Blue C M Y K H S L
Decimal 92 65 173 0.47 0.62 0 0.32 255 0.45 0.47
Hex 5C 41 AD 2F 3E 0 20 FF 2D 2F
Octal 134 101 255 57 76 0 40 377 55 57
Binary 1011100 1000001 10101101 101111 111110 0 100000 11111111 101101 101111

Color Harmonies of #5C41AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C41AD

Black with #5C41AD

Text Example


Text Example

White with #5C41AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,65,173); }

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

background-color css

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

 a { background-color: rgb(92,65,173); }

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

border-color css

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

 span { border-color: rgb(92,65,173); }

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