Html Css Color HEX #76175B Palatinate Purple

📋 copy color: '#76175B'

red 118 ◦ green 23 ◦ blue 91

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

Shades of Palatinate Purple #76175B

Tints of Palatinate Purple #76175B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 39.22%

R = 50.86%
G = 9.91%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#76175B (or 0x76175B) is known color: Palatinate Purple. HEX triplet: 76, 17 and 5B. RGB value is (118,23,91). Sum of RGB (Red+Green+Blue) = 118+23+91=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #76175B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76175B is #89E8A4. Grayscale: #3A3A3A. Windows color (decimal): -9037989 or 5969782. OLE color: 5969782.

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

Color convert

RGB 118 23 91 -
CMYK 0 0.81 0.23 0.54
HSL 317.05º 0.67% 0.28% -
HSV(B) 317.05º 0.81% 0.46% -
XYZ 9.67 5.22 10.4 -
YUV 59.16 145.97 169.97 -
System Red Green Blue C M Y K H S L
Decimal 118 23 91 0 0.81 0.23 0.54 317.05 0.67 0.28
Hex 76 17 5B 0 51 17 36 13D 43 1C
Octal 166 27 133 0 121 27 66 475 103 34
Binary 1110110 10111 1011011 0 1010001 10111 110110 100111101 1000011 11100

Color Harmonies of #76175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76175B

Black with #76175B

Text Example


Text Example

White with #76175B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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