Html Css Color HEX #76296E Palatinate Purple

📋 copy color: '#76296E'

red 118 ◦ green 41 ◦ blue 110

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

Shades of Palatinate Purple #76296E

Tints of Palatinate Purple #76296E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.24%

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

R = 43.87%
G = 15.24%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#76296E (or 0x76296E) is known color: Palatinate Purple. HEX triplet: 76, 29 and 6E. RGB value is (118,41,110). Sum of RGB (Red+Green+Blue) = 118+41+110=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #76296E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76296E is #89D691. Grayscale: #474747. Windows color (decimal): -9033362 or 7219574. OLE color: 7219574.

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

Color convert

RGB 118 41 110 -
CMYK 0 0.65 0.07 0.54
HSL 306.23º 0.48% 0.31% -
HSV(B) 306.23º 0.65% 0.46% -
XYZ 11.08 6.56 15.43 -
YUV 71.89 149.51 160.89 -
System Red Green Blue C M Y K H S L
Decimal 118 41 110 0 0.65 0.07 0.54 306.23 0.48 0.31
Hex 76 29 6E 0 41 7 36 132 30 1F
Octal 166 51 156 0 101 7 66 462 60 37
Binary 1110110 101001 1101110 0 1000001 111 110110 100110010 110000 11111

Color Harmonies of #76296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76296E

Black with #76296E

Text Example


Text Example

White with #76296E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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