Html Css Color HEX #76135A Palatinate Purple

📋 copy color: '#76135A'

red 118 ◦ green 19 ◦ blue 90

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

Shades of Palatinate Purple #76135A

Tints of Palatinate Purple #76135A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 39.65%

R = 51.98%
G = 8.37%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#76135A (or 0x76135A) is known color: Palatinate Purple. HEX triplet: 76, 13 and 5A. RGB value is (118,19,90). Sum of RGB (Red+Green+Blue) = 118+19+90=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #76135A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76135A is #89ECA5. Grayscale: #383838. Windows color (decimal): -9039014 or 5903222. OLE color: 5903222.

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

Color convert

RGB 118 19 90 -
CMYK 0 0.84 0.24 0.54
HSL 316.97º 0.72% 0.27% -
HSV(B) 316.97º 0.84% 0.46% -
XYZ 9.55 5.06 10.15 -
YUV 56.7 146.8 171.73 -
System Red Green Blue C M Y K H S L
Decimal 118 19 90 0 0.84 0.24 0.54 316.97 0.72 0.27
Hex 76 13 5A 0 54 18 36 13D 48 1B
Octal 166 23 132 0 124 30 66 475 110 33
Binary 1110110 10011 1011010 0 1010100 11000 110110 100111101 1001000 11011

Color Harmonies of #76135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76135A

Black with #76135A

Text Example


Text Example

White with #76135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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