Html Css Color HEX #76296F Palatinate Purple

📋 copy color: '#76296F'

red 118 ◦ green 41 ◦ blue 111

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

Shades of Palatinate Purple #76296F

Tints of Palatinate Purple #76296F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 41.11%

R = 43.7%
G = 15.19%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#76296F (or 0x76296F) is known color: Palatinate Purple. HEX triplet: 76, 29 and 6F. RGB value is (118,41,111). Sum of RGB (Red+Green+Blue) = 118+41+111=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #76296F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76296F is #89D690. Grayscale: #474747. Windows color (decimal): -9033361 or 7285110. OLE color: 7285110.

HSL color Cylindrical-coordinate representation of color #76296F: hue angle of 305.45º 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 #76296F is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 41 111 -
CMYK 0 0.65 0.06 0.54
HSL 305.45º 0.48% 0.31% -
HSV(B) 305.45º 0.65% 0.46% -
XYZ 11.13 6.59 15.72 -
YUV 72 150.01 160.81 -
System Red Green Blue C M Y K H S L
Decimal 118 41 111 0 0.65 0.06 0.54 305.45 0.48 0.31
Hex 76 29 6F 0 41 6 36 131 30 1F
Octal 166 51 157 0 101 6 66 461 60 37
Binary 1110110 101001 1101111 0 1000001 110 110110 100110001 110000 11111

Color Harmonies of #76296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76296F

Black with #76296F

Text Example


Text Example

White with #76296F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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