Html Css Color HEX #5C24A0 Royal Purple

📋 copy color: '#5C24A0'

red 92 ◦ green 36 ◦ blue 160

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

Shades of Royal Purple #5C24A0

Tints of Royal Purple #5C24A0

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.5%

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

R = 31.94%
G = 12.5%
B = 55.56%

CMYK

 C value IS 0.43

 M value IS 0.78

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#5C24A0 (or 0x5C24A0) is known color: Royal Purple. HEX triplet: 5C, 24 and A0. RGB value is (92,36,160). Sum of RGB (Red+Green+Blue) = 92+36+160=288 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.94% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 160 (62.89% from 255 or 55.56% from 288); Max value from RGB is 160 - color contains mainly: blue. Hex color #5C24A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C24A0 is #A3DB5F. Grayscale: #424242. Windows color (decimal): -10738528 or 10495068. OLE color: 10495068.

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

Color convert

RGB 92 36 160 -
CMYK 0.43 0.78 0 0.37
HSL 267.1º 0.63% 0.38% -
HSV(B) 267.1º 0.78% 0.63% -
XYZ 11.39 6.08 33.83 -
YUV 66.88 180.55 145.92 -
System Red Green Blue C M Y K H S L
Decimal 92 36 160 0.43 0.78 0 0.37 267.1 0.63 0.38
Hex 5C 24 A0 2B 4E 0 25 10B 3F 26
Octal 134 44 240 53 116 0 45 413 77 46
Binary 1011100 100100 10100000 101011 1001110 0 100101 100001011 111111 100110

Color Harmonies of #5C24A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C24A0

Black with #5C24A0

Text Example


Text Example

White with #5C24A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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