Html Css Color HEX #76135C Palatinate Purple

📋 copy color: '#76135C'

red 118 ◦ green 19 ◦ blue 92

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

Shades of Palatinate Purple #76135C

Tints of Palatinate Purple #76135C

RGB

 RED value IS 118 (46.48% from 255) = 51.53%

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

 BLUE value IS 92 (36.33% from 255) = 40.17%

R = 51.53%
G = 8.3%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#76135C (or 0x76135C) is known color: Palatinate Purple. HEX triplet: 76, 13 and 5C. RGB value is (118,19,92). Sum of RGB (Red+Green+Blue) = 118+19+92=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #76135C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76135C is #89ECA3. Grayscale: #383838. Windows color (decimal): -9039012 or 6034294. OLE color: 6034294.

HSL color Cylindrical-coordinate representation of color #76135C: hue angle of 315.76º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #76135C is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 19 92 -
CMYK 0 0.84 0.22 0.54
HSL 315.76º 0.72% 0.27% -
HSV(B) 315.76º 0.84% 0.46% -
XYZ 9.64 5.09 10.6 -
YUV 56.92 147.8 171.56 -
System Red Green Blue C M Y K H S L
Decimal 118 19 92 0 0.84 0.22 0.54 315.76 0.72 0.27
Hex 76 13 5C 0 54 16 36 13C 48 1B
Octal 166 23 134 0 124 26 66 474 110 33
Binary 1110110 10011 1011100 0 1010100 10110 110110 100111100 1001000 11011

Color Harmonies of #76135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76135C

Black with #76135C

Text Example


Text Example

White with #76135C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76135C; }

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

 H1.HeaderClassName
 {
   color: #76135C;
 }
 .AnyTagClassName
 {
   color: #76135C;
 }
</style>

background-color css

<style>
 a { background-color: #76135C; }

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

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

border-color css

<style>
 span { border-color: #76135C; }

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

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