Html Css Color HEX #76175C Palatinate Purple

📋 copy color: '#76175C'

red 118 ◦ green 23 ◦ blue 92

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

Shades of Palatinate Purple #76175C

Tints of Palatinate Purple #76175C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 39.48%

R = 50.64%
G = 9.87%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#76175C (or 0x76175C) is known color: Palatinate Purple. HEX triplet: 76, 17 and 5C. RGB value is (118,23,92). Sum of RGB (Red+Green+Blue) = 118+23+92=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #76175C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76175C is #89E8A3. Grayscale: #3B3B3B. Windows color (decimal): -9037988 or 6035318. OLE color: 6035318.

HSL color Cylindrical-coordinate representation of color #76175C: hue angle of 316.42º 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 #76175C is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 23 92 -
CMYK 0 0.81 0.22 0.54
HSL 316.42º 0.67% 0.28% -
HSV(B) 316.42º 0.81% 0.46% -
XYZ 9.71 5.24 10.62 -
YUV 59.27 146.47 169.89 -
System Red Green Blue C M Y K H S L
Decimal 118 23 92 0 0.81 0.22 0.54 316.42 0.67 0.28
Hex 76 17 5C 0 51 16 36 13C 43 1C
Octal 166 27 134 0 121 26 66 474 103 34
Binary 1110110 10111 1011100 0 1010001 10110 110110 100111100 1000011 11100

Color Harmonies of #76175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76175C

Black with #76175C

Text Example


Text Example

White with #76175C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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