Html Css Color HEX #76296A Palatinate Purple

📋 copy color: '#76296A'

red 118 ◦ green 41 ◦ blue 106

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

Shades of Palatinate Purple #76296A

Tints of Palatinate Purple #76296A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 40%

R = 44.53%
G = 15.47%
B = 40%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#76296A (or 0x76296A) is known color: Palatinate Purple. HEX triplet: 76, 29 and 6A. RGB value is (118,41,106). Sum of RGB (Red+Green+Blue) = 118+41+106=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 106 (41.80% from 255 or 40% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #76296A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76296A is #89D695. Grayscale: #474747. Windows color (decimal): -9033366 or 6957430. OLE color: 6957430.

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

Color convert

RGB 118 41 106 -
CMYK 0 0.65 0.10 0.54
HSL 309.35º 0.48% 0.31% -
HSV(B) 309.35º 0.65% 0.46% -
XYZ 10.87 6.48 14.31 -
YUV 71.43 147.51 161.21 -
System Red Green Blue C M Y K H S L
Decimal 118 41 106 0 0.65 0.10 0.54 309.35 0.48 0.31
Hex 76 29 6A 0 41 A 36 135 30 1F
Octal 166 51 152 0 101 12 66 465 60 37
Binary 1110110 101001 1101010 0 1000001 1010 110110 100110101 110000 11111

Color Harmonies of #76296A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76296A

Black with #76296A

Text Example


Text Example

White with #76296A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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