Html Css Color HEX #76125F Palatinate Purple

📋 copy color: '#76125F'

red 118 ◦ green 18 ◦ blue 95

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

Shades of Palatinate Purple #76125F

Tints of Palatinate Purple #76125F

RGB

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

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

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

R = 51.08%
G = 7.79%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#76125F (or 0x76125F) is known color: Palatinate Purple. HEX triplet: 76, 12 and 5F. RGB value is (118,18,95). Sum of RGB (Red+Green+Blue) = 118+18+95=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #76125F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76125F is #89EDA0. Grayscale: #383838. Windows color (decimal): -9039265 or 6230646. OLE color: 6230646.

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

Color convert

RGB 118 18 95 -
CMYK 0 0.85 0.19 0.54
HSL 313.8º 0.74% 0.27% -
HSV(B) 313.8º 0.85% 0.46% -
XYZ 9.75 5.11 11.3 -
YUV 56.68 149.63 171.74 -
System Red Green Blue C M Y K H S L
Decimal 118 18 95 0 0.85 0.19 0.54 313.8 0.74 0.27
Hex 76 12 5F 0 55 13 36 13A 4A 1B
Octal 166 22 137 0 125 23 66 472 112 33
Binary 1110110 10010 1011111 0 1010101 10011 110110 100111010 1001010 11011

Color Harmonies of #76125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76125F

Black with #76125F

Text Example


Text Example

White with #76125F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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