Html Css Color HEX #5C37AB Royal Purple

📋 copy color: '#5C37AB'

red 92 ◦ green 55 ◦ blue 171

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

Shades of Royal Purple #5C37AB

Tints of Royal Purple #5C37AB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.3%

 BLUE value IS 171 (67.19% from 255) = 53.77%

R = 28.93%
G = 17.3%
B = 53.77%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5C37AB (or 0x5C37AB) is known color: Royal Purple. HEX triplet: 5C, 37 and AB. RGB value is (92,55,171). Sum of RGB (Red+Green+Blue) = 92+55+171=318 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.93% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #5C37AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C37AB is #A3C854. Grayscale: #4E4E4E. Windows color (decimal): -10733653 or 11220828. OLE color: 11220828.

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

Color convert

RGB 92 55 171 -
CMYK 0.46 0.68 0 0.33
HSL 259.14º 0.51% 0.44% -
HSV(B) 259.14º 0.68% 0.67% -
XYZ 13.13 7.95 39.37 -
YUV 79.29 179.76 137.07 -
System Red Green Blue C M Y K H S L
Decimal 92 55 171 0.46 0.68 0 0.33 259.14 0.51 0.44
Hex 5C 37 AB 2E 44 0 21 103 33 2C
Octal 134 67 253 56 104 0 41 403 63 54
Binary 1011100 110111 10101011 101110 1000100 0 100001 100000011 110011 101100

Color Harmonies of #5C37AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C37AB

Black with #5C37AB

Text Example


Text Example

White with #5C37AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,55,171); }

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

background-color css

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

 a { background-color: rgb(92,55,171); }

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

border-color css

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

 span { border-color: rgb(92,55,171); }

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