Html Css Color HEX #76195B Palatinate Purple

📋 copy color: '#76195B'

red 118 ◦ green 25 ◦ blue 91

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

Shades of Palatinate Purple #76195B

Tints of Palatinate Purple #76195B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.68%

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

R = 50.43%
G = 10.68%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#76195B (or 0x76195B) is known color: Palatinate Purple. HEX triplet: 76, 19 and 5B. RGB value is (118,25,91). Sum of RGB (Red+Green+Blue) = 118+25+91=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #76195B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76195B is #89E6A4. Grayscale: #3C3C3C. Windows color (decimal): -9037477 or 5970294. OLE color: 5970294.

HSL color Cylindrical-coordinate representation of color #76195B: hue angle of 317.42º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #76195B is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 25 91 -
CMYK 0 0.79 0.23 0.54
HSL 317.42º 0.65% 0.28% -
HSV(B) 317.42º 0.79% 0.46% -
XYZ 9.71 5.3 10.41 -
YUV 60.33 145.31 169.13 -
System Red Green Blue C M Y K H S L
Decimal 118 25 91 0 0.79 0.23 0.54 317.42 0.65 0.28
Hex 76 19 5B 0 4F 17 36 13D 41 1C
Octal 166 31 133 0 117 27 66 475 101 34
Binary 1110110 11001 1011011 0 1001111 10111 110110 100111101 1000001 11100

Color Harmonies of #76195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76195B

Black with #76195B

Text Example


Text Example

White with #76195B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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