#5C134F

Color #5C134F Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #5C134F

Tints of Palatinate Purple #5C134F

Color information

#5C134F (or 0x5C134F) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 13 and 4F. RGB value is (92,19,79). Sum of RGB (Red+Green+Blue) = 92+19+79=190 (25% of max value = 765). Red value is 92 (36.33% from 255 or 48.42% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 92 - color contains mainly: red. Hex color #5C134F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C134F is #A3ECB0. Grayscale: #2F2F2F. Windows color (decimal): -10742961 or 5182300. OLE color: 5182300.

HSL color Cylindrical-coordinate representation of color #5C134F: hue angle of 310.68º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5C134F is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.64.

Color convert

RGB921979-
CMYK00.790.140.64
HSL310.68º65.77%21.76%-
HSV(B)310.68º79.35%36.08%-
XYZ6.063.317.72-
YUV47.67145.68159.62-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 48.42%
GREEN value IS 19 (7.81% from 255) = 10%
BLUE value IS 79 (31.25% from 255) = 41.58%
R=48.42%
G=10%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92197900.790.140.64310.6865.7721.76
Hex5C134F04FE401374216
Octal1342311701171610046710226
Binary10111001001110011110100111111101000000100110111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C134F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C134F;
 }
 .AnyTagClassName
 {
   color: #5C134F;
 }
</style>
background-color css

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

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

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

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

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

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