Html Css Color HEX #76185B Palatinate Purple

📋 copy color: '#76185B'

red 118 ◦ green 24 ◦ blue 91

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

Shades of Palatinate Purple #76185B

Tints of Palatinate Purple #76185B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.3%

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

R = 50.64%
G = 10.3%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#76185B (or 0x76185B) is known color: Palatinate Purple. HEX triplet: 76, 18 and 5B. RGB value is (118,24,91). Sum of RGB (Red+Green+Blue) = 118+24+91=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #76185B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76185B is #89E7A4. Grayscale: #3B3B3B. Windows color (decimal): -9037733 or 5970038. OLE color: 5970038.

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

Color convert

RGB 118 24 91 -
CMYK 0 0.80 0.23 0.54
HSL 317.23º 0.66% 0.28% -
HSV(B) 317.23º 0.8% 0.46% -
XYZ 9.69 5.26 10.4 -
YUV 59.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 118 24 91 0 0.80 0.23 0.54 317.23 0.66 0.28
Hex 76 18 5B 0 50 17 36 13D 42 1C
Octal 166 30 133 0 120 27 66 475 102 34
Binary 1110110 11000 1011011 0 1010000 10111 110110 100111101 1000010 11100

Color Harmonies of #76185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76185B

Black with #76185B

Text Example


Text Example

White with #76185B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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