Html Css Color HEX #76376C Palatinate Purple

📋 copy color: '#76376C'

red 118 ◦ green 55 ◦ blue 108

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

Shades of Palatinate Purple #76376C

Tints of Palatinate Purple #76376C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.43%

R = 41.99%
G = 19.57%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76376C (or 0x76376C) is known color: Palatinate Purple. HEX triplet: 76, 37 and 6C. RGB value is (118,55,108). Sum of RGB (Red+Green+Blue) = 118+55+108=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #76376C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76376C is #89C893. Grayscale: #4F4F4F. Windows color (decimal): -9029780 or 7092086. OLE color: 7092086.

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

Color convert

RGB 118 55 108 -
CMYK 0 0.53 0.08 0.54
HSL 309.52º 0.36% 0.34% -
HSV(B) 309.52º 0.53% 0.46% -
XYZ 11.54 7.67 15.06 -
YUV 79.88 143.87 155.19 -
System Red Green Blue C M Y K H S L
Decimal 118 55 108 0 0.53 0.08 0.54 309.52 0.36 0.34
Hex 76 37 6C 0 35 8 36 136 24 22
Octal 166 67 154 0 65 10 66 466 44 42
Binary 1110110 110111 1101100 0 110101 1000 110110 100110110 100100 100010

Color Harmonies of #76376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76376C

Black with #76376C

Text Example


Text Example

White with #76376C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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