Html Css Color HEX #76276E Palatinate Purple

📋 copy color: '#76276E'

red 118 ◦ green 39 ◦ blue 110

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

Shades of Palatinate Purple #76276E

Tints of Palatinate Purple #76276E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.61%

 BLUE value IS 110 (43.36% from 255) = 41.2%

R = 44.19%
G = 14.61%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#76276E (or 0x76276E) is known color: Palatinate Purple. HEX triplet: 76, 27 and 6E. RGB value is (118,39,110). Sum of RGB (Red+Green+Blue) = 118+39+110=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #76276E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76276E is #89D891. Grayscale: #464646. Windows color (decimal): -9033874 or 7219062. OLE color: 7219062.

HSL color Cylindrical-coordinate representation of color #76276E: hue angle of 306.08º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76276E is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 39 110 -
CMYK 0 0.67 0.07 0.54
HSL 306.08º 0.5% 0.31% -
HSV(B) 306.08º 0.67% 0.46% -
XYZ 11.01 6.43 15.41 -
YUV 70.72 150.17 161.73 -
System Red Green Blue C M Y K H S L
Decimal 118 39 110 0 0.67 0.07 0.54 306.08 0.5 0.31
Hex 76 27 6E 0 43 7 36 132 32 1F
Octal 166 47 156 0 103 7 66 462 62 37
Binary 1110110 100111 1101110 0 1000011 111 110110 100110010 110010 11111

Color Harmonies of #76276E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76276E

Black with #76276E

Text Example


Text Example

White with #76276E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76276E; }

 p { color: rgb(118,39,110); }

 H1.HeaderClassName
 {
   color: #76276E;
 }
 .AnyTagClassName
 {
   color: #76276E;
 }
</style>

background-color css

<style>
 a { background-color: #76276E; }

 a { background-color: rgb(118,39,110); }

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

border-color css

<style>
 span { border-color: #76276E; }

 span { border-color: rgb(118,39,110); }

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