Html Css Color HEX #76125E Palatinate Purple

📋 copy color: '#76125E'

red 118 ◦ green 18 ◦ blue 94

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

Shades of Palatinate Purple #76125E

Tints of Palatinate Purple #76125E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.83%

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

R = 51.3%
G = 7.83%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#76125E (or 0x76125E) is known color: Palatinate Purple. HEX triplet: 76, 12 and 5E. RGB value is (118,18,94). Sum of RGB (Red+Green+Blue) = 118+18+94=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #76125E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76125E is #89EDA1. Grayscale: #383838. Windows color (decimal): -9039266 or 6165110. OLE color: 6165110.

HSL color Cylindrical-coordinate representation of color #76125E: hue angle of 314.4º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76125E is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 18 94 -
CMYK 0 0.85 0.20 0.54
HSL 314.4º 0.74% 0.27% -
HSV(B) 314.4º 0.85% 0.46% -
XYZ 9.71 5.09 11.06 -
YUV 56.56 149.13 171.82 -
System Red Green Blue C M Y K H S L
Decimal 118 18 94 0 0.85 0.20 0.54 314.4 0.74 0.27
Hex 76 12 5E 0 55 14 36 13A 4A 1B
Octal 166 22 136 0 125 24 66 472 112 33
Binary 1110110 10010 1011110 0 1010101 10100 110110 100111010 1001010 11011

Color Harmonies of #76125E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76125E

Black with #76125E

Text Example


Text Example

White with #76125E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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