Html Css Color HEX #5C1AA0 Royal Purple

📋 copy color: '#5C1AA0'

red 92 ◦ green 26 ◦ blue 160

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

Shades of Royal Purple #5C1AA0

Tints of Royal Purple #5C1AA0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.35%

 BLUE value IS 160 (62.89% from 255) = 57.55%

R = 33.09%
G = 9.35%
B = 57.55%

CMYK

 C value IS 0.43

 M value IS 0.84

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#5C1AA0 (or 0x5C1AA0) is known color: Royal Purple. HEX triplet: 5C, 1A and A0. RGB value is (92,26,160). Sum of RGB (Red+Green+Blue) = 92+26+160=278 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.09% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 160 (62.89% from 255 or 57.55% from 278); Max value from RGB is 160 - color contains mainly: blue. Hex color #5C1AA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C1AA0 is #A3E55F. Grayscale: #3C3C3C. Windows color (decimal): -10741088 or 10492508. OLE color: 10492508.

HSL color Cylindrical-coordinate representation of color #5C1AA0: hue angle of 269.55º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C1AA0 is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 92 26 160 -
CMYK 0.43 0.84 0 0.37
HSL 269.55º 0.72% 0.36% -
HSV(B) 269.55º 0.84% 0.63% -
XYZ 11.13 5.55 33.74 -
YUV 61.01 183.87 150.1 -
System Red Green Blue C M Y K H S L
Decimal 92 26 160 0.43 0.84 0 0.37 269.55 0.72 0.36
Hex 5C 1A A0 2B 54 0 25 10E 48 24
Octal 134 32 240 53 124 0 45 416 110 44
Binary 1011100 11010 10100000 101011 1010100 0 100101 100001110 1001000 100100

Color Harmonies of #5C1AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1AA0

Black with #5C1AA0

Text Example


Text Example

White with #5C1AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,26,160); }

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

background-color css

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

 a { background-color: rgb(92,26,160); }

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

border-color css

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

 span { border-color: rgb(92,26,160); }

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