Html Css Color HEX #76376B Palatinate Purple

📋 copy color: '#76376B'

red 118 ◦ green 55 ◦ blue 107

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

Shades of Palatinate Purple #76376B

Tints of Palatinate Purple #76376B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.64%

 BLUE value IS 107 (42.19% from 255) = 38.21%

R = 42.14%
G = 19.64%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#76376B (or 0x76376B) is known color: Palatinate Purple. HEX triplet: 76, 37 and 6B. RGB value is (118,55,107). Sum of RGB (Red+Green+Blue) = 118+55+107=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #76376B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76376B is #89C894. Grayscale: #4F4F4F. Windows color (decimal): -9029781 or 7026550. OLE color: 7026550.

HSL color Cylindrical-coordinate representation of color #76376B: hue angle of 310.48º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76376B is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 55 107 -
CMYK 0 0.53 0.09 0.54
HSL 310.48º 0.36% 0.34% -
HSV(B) 310.48º 0.53% 0.46% -
XYZ 11.49 7.65 14.78 -
YUV 79.77 143.37 155.27 -
System Red Green Blue C M Y K H S L
Decimal 118 55 107 0 0.53 0.09 0.54 310.48 0.36 0.34
Hex 76 37 6B 0 35 9 36 136 24 22
Octal 166 67 153 0 65 11 66 466 44 42
Binary 1110110 110111 1101011 0 110101 1001 110110 100110110 100100 100010

Color Harmonies of #76376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76376B

Black with #76376B

Text Example


Text Example

White with #76376B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,55,107); }

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

background-color css

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

 a { background-color: rgb(118,55,107); }

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

border-color css

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

 span { border-color: rgb(118,55,107); }

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