Html Css Color HEX #76175F Palatinate Purple

📋 copy color: '#76175F'

red 118 ◦ green 23 ◦ blue 95

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

Shades of Palatinate Purple #76175F

Tints of Palatinate Purple #76175F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.75%

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

R = 50%
G = 9.75%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#76175F (or 0x76175F) is known color: Palatinate Purple. HEX triplet: 76, 17 and 5F. RGB value is (118,23,95). Sum of RGB (Red+Green+Blue) = 118+23+95=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #76175F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76175F is #89E8A0. Grayscale: #3B3B3B. Windows color (decimal): -9037985 or 6231926. OLE color: 6231926.

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

Color convert

RGB 118 23 95 -
CMYK 0 0.81 0.19 0.54
HSL 314.53º 0.67% 0.28% -
HSV(B) 314.53º 0.81% 0.46% -
XYZ 9.84 5.29 11.33 -
YUV 59.61 147.97 169.65 -
System Red Green Blue C M Y K H S L
Decimal 118 23 95 0 0.81 0.19 0.54 314.53 0.67 0.28
Hex 76 17 5F 0 51 13 36 13B 43 1C
Octal 166 27 137 0 121 23 66 473 103 34
Binary 1110110 10111 1011111 0 1010001 10011 110110 100111011 1000011 11100

Color Harmonies of #76175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76175F

Black with #76175F

Text Example


Text Example

White with #76175F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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