Html Css Color HEX #76075F Palatinate Purple

📋 copy color: '#76075F'

red 118 ◦ green 7 ◦ blue 95

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

Shades of Palatinate Purple #76075F

Tints of Palatinate Purple #76075F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.18%

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

R = 53.64%
G = 3.18%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#76075F (or 0x76075F) is known color: Palatinate Purple. HEX triplet: 76, 07 and 5F. RGB value is (118,7,95). Sum of RGB (Red+Green+Blue) = 118+7+95=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #76075F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76075F is #89F8A0. Grayscale: #313131. Windows color (decimal): -9042081 or 6227830. OLE color: 6227830.

HSL color Cylindrical-coordinate representation of color #76075F: hue angle of 312.43º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76075F is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 7 95 -
CMYK 0 0.94 0.19 0.54
HSL 312.43º 0.89% 0.25% -
HSV(B) 312.43º 0.94% 0.46% -
XYZ 9.61 4.83 11.25 -
YUV 50.22 153.27 176.34 -
System Red Green Blue C M Y K H S L
Decimal 118 7 95 0 0.94 0.19 0.54 312.43 0.89 0.25
Hex 76 7 5F 0 5E 13 36 138 59 19
Octal 166 7 137 0 136 23 66 470 131 31
Binary 1110110 111 1011111 0 1011110 10011 110110 100111000 1011001 11001

Color Harmonies of #76075F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76075F

Black with #76075F

Text Example


Text Example

White with #76075F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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