Html Css Color HEX #76366B Palatinate Purple

📋 copy color: '#76366B'

red 118 ◦ green 54 ◦ blue 107

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

Shades of Palatinate Purple #76366B

Tints of Palatinate Purple #76366B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.35%

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

R = 42.29%
G = 19.35%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#76366B (or 0x76366B) is known color: Palatinate Purple. HEX triplet: 76, 36 and 6B. RGB value is (118,54,107). Sum of RGB (Red+Green+Blue) = 118+54+107=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #76366B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76366B is #89C994. Grayscale: #4F4F4F. Windows color (decimal): -9030037 or 7026294. OLE color: 7026294.

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

Color convert

RGB 118 54 107 -
CMYK 0 0.54 0.09 0.54
HSL 310.31º 0.37% 0.34% -
HSV(B) 310.31º 0.54% 0.46% -
XYZ 11.44 7.55 14.76 -
YUV 79.18 143.7 155.69 -
System Red Green Blue C M Y K H S L
Decimal 118 54 107 0 0.54 0.09 0.54 310.31 0.37 0.34
Hex 76 36 6B 0 36 9 36 136 25 22
Octal 166 66 153 0 66 11 66 466 45 42
Binary 1110110 110110 1101011 0 110110 1001 110110 100110110 100101 100010

Color Harmonies of #76366B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76366B

Black with #76366B

Text Example


Text Example

White with #76366B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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