Html Css Color HEX #5C134F Palatinate Purple

📋 copy color: '#5C134F'

red 92 ◦ green 19 ◦ blue 79

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

Shades of Palatinate Purple #5C134F

Tints of Palatinate Purple #5C134F

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 value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.64

RGB Variations

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

Color information

#5C134F (or 0x5C134F) is known color: 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

RGB 92 19 79 -
CMYK 0 0.79 0.14 0.64
HSL 310.68º 0.66% 0.22% -
HSV(B) 310.68º 0.79% 0.36% -
XYZ 6.06 3.31 7.72 -
YUV 47.67 145.68 159.62 -
System Red Green Blue C M Y K H S L
Decimal 92 19 79 0 0.79 0.14 0.64 310.68 0.66 0.22
Hex 5C 13 4F 0 4F E 40 137 42 16
Octal 134 23 117 0 117 16 100 467 102 26
Binary 1011100 10011 1001111 0 1001111 1110 1000000 100110111 1000010 10110

Color Harmonies of #5C134F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C134F

Black with #5C134F

Text Example


Text Example

White with #5C134F

Text Example


Text Example

HTML Codes & Css Web 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>