Html Css Color HEX #76135F Palatinate Purple

📋 copy color: '#76135F'

red 118 ◦ green 19 ◦ blue 95

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

Shades of Palatinate Purple #76135F

Tints of Palatinate Purple #76135F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.95%

R = 50.86%
G = 8.19%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#76135F (or 0x76135F) is known color: Palatinate Purple. HEX triplet: 76, 13 and 5F. RGB value is (118,19,95). Sum of RGB (Red+Green+Blue) = 118+19+95=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #76135F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76135F is #89ECA0. Grayscale: #393939. Windows color (decimal): -9039009 or 6230902. OLE color: 6230902.

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

Color convert

RGB 118 19 95 -
CMYK 0 0.84 0.19 0.54
HSL 313.94º 0.72% 0.27% -
HSV(B) 313.94º 0.84% 0.46% -
XYZ 9.77 5.14 11.3 -
YUV 57.27 149.3 171.32 -
System Red Green Blue C M Y K H S L
Decimal 118 19 95 0 0.84 0.19 0.54 313.94 0.72 0.27
Hex 76 13 5F 0 54 13 36 13A 48 1B
Octal 166 23 137 0 124 23 66 472 110 33
Binary 1110110 10011 1011111 0 1010100 10011 110110 100111010 1001000 11011

Color Harmonies of #76135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76135F

Black with #76135F

Text Example


Text Example

White with #76135F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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