Html Css Color HEX #76125D Palatinate Purple

📋 copy color: '#76125D'

red 118 ◦ green 18 ◦ blue 93

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

Shades of Palatinate Purple #76125D

Tints of Palatinate Purple #76125D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 40.61%

R = 51.53%
G = 7.86%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#76125D (or 0x76125D) is known color: Palatinate Purple. HEX triplet: 76, 12 and 5D. RGB value is (118,18,93). Sum of RGB (Red+Green+Blue) = 118+18+93=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #76125D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76125D is #89EDA2. Grayscale: #383838. Windows color (decimal): -9039267 or 6099574. OLE color: 6099574.

HSL color Cylindrical-coordinate representation of color #76125D: hue angle of 315º 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 #76125D is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 18 93 -
CMYK 0 0.85 0.21 0.54
HSL 315º 0.74% 0.27% -
HSV(B) 315º 0.85% 0.46% -
XYZ 9.66 5.07 10.83 -
YUV 56.45 148.63 171.9 -
System Red Green Blue C M Y K H S L
Decimal 118 18 93 0 0.85 0.21 0.54 315 0.74 0.27
Hex 76 12 5D 0 55 15 36 13B 4A 1B
Octal 166 22 135 0 125 25 66 473 112 33
Binary 1110110 10010 1011101 0 1010101 10101 110110 100111011 1001010 11011

Color Harmonies of #76125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76125D

Black with #76125D

Text Example


Text Example

White with #76125D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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