Html Css Color HEX #5C1361 Palatinate Purple

📋 copy color: '#5C1361'

red 92 ◦ green 19 ◦ blue 97

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

Shades of Palatinate Purple #5C1361

Tints of Palatinate Purple #5C1361

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.13%

 BLUE value IS 97 (38.28% from 255) = 46.63%

R = 44.23%
G = 9.13%
B = 46.63%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5C1361 (or 0x5C1361) is known color: Palatinate Purple. HEX triplet: 5C, 13 and 61. RGB value is (92,19,97). Sum of RGB (Red+Green+Blue) = 92+19+97=208 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.23% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #5C1361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1361 is #A3EC9E. Grayscale: #313131. Windows color (decimal): -10742943 or 6361948. OLE color: 6361948.

HSL color Cylindrical-coordinate representation of color #5C1361: hue angle of 296.15º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C1361 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 92 19 97 -
CMYK 0.05 0.80 0 0.62
HSL 296.15º 0.67% 0.23% -
HSV(B) 296.15º 0.8% 0.38% -
XYZ 6.8 3.6 11.65 -
YUV 49.72 154.68 158.16 -
System Red Green Blue C M Y K H S L
Decimal 92 19 97 0.05 0.80 0 0.62 296.15 0.67 0.23
Hex 5C 13 61 5 50 0 3E 128 43 17
Octal 134 23 141 5 120 0 76 450 103 27
Binary 1011100 10011 1100001 101 1010000 0 111110 100101000 1000011 10111

Color Harmonies of #5C1361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1361

Black with #5C1361

Text Example


Text Example

White with #5C1361

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,19,97); }

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

background-color css

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

 a { background-color: rgb(92,19,97); }

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

border-color css

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

 span { border-color: rgb(92,19,97); }

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