Html Css Color HEX #76135E Palatinate Purple

📋 copy color: '#76135E'

red 118 ◦ green 19 ◦ blue 94

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

Shades of Palatinate Purple #76135E

Tints of Palatinate Purple #76135E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 40.69%

R = 51.08%
G = 8.23%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#76135E (or 0x76135E) is known color: Palatinate Purple. HEX triplet: 76, 13 and 5E. RGB value is (118,19,94). Sum of RGB (Red+Green+Blue) = 118+19+94=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #76135E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76135E is #89ECA1. Grayscale: #383838. Windows color (decimal): -9039010 or 6165366. OLE color: 6165366.

HSL color Cylindrical-coordinate representation of color #76135E: hue angle of 314.55º 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 #76135E is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 19 94 -
CMYK 0 0.84 0.20 0.54
HSL 314.55º 0.72% 0.27% -
HSV(B) 314.55º 0.84% 0.46% -
XYZ 9.72 5.13 11.07 -
YUV 57.15 148.8 171.4 -
System Red Green Blue C M Y K H S L
Decimal 118 19 94 0 0.84 0.20 0.54 314.55 0.72 0.27
Hex 76 13 5E 0 54 14 36 13B 48 1B
Octal 166 23 136 0 124 24 66 473 110 33
Binary 1110110 10011 1011110 0 1010100 10100 110110 100111011 1001000 11011

Color Harmonies of #76135E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76135E

Black with #76135E

Text Example


Text Example

White with #76135E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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