Html Css Color HEX #76295B Palatinate Purple

📋 copy color: '#76295B'

red 118 ◦ green 41 ◦ blue 91

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

Shades of Palatinate Purple #76295B

Tints of Palatinate Purple #76295B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 36.4%

R = 47.2%
G = 16.4%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#76295B (or 0x76295B) is known color: Palatinate Purple. HEX triplet: 76, 29 and 5B. RGB value is (118,41,91). Sum of RGB (Red+Green+Blue) = 118+41+91=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #76295B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76295B is #89D6A4. Grayscale: #454545. Windows color (decimal): -9033381 or 5974390. OLE color: 5974390.

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

Color convert

RGB 118 41 91 -
CMYK 0 0.65 0.23 0.54
HSL 321.04º 0.48% 0.31% -
HSV(B) 321.04º 0.65% 0.46% -
XYZ 10.15 6.19 10.56 -
YUV 69.72 140.01 162.43 -
System Red Green Blue C M Y K H S L
Decimal 118 41 91 0 0.65 0.23 0.54 321.04 0.48 0.31
Hex 76 29 5B 0 41 17 36 141 30 1F
Octal 166 51 133 0 101 27 66 501 60 37
Binary 1110110 101001 1011011 0 1000001 10111 110110 101000001 110000 11111

Color Harmonies of #76295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76295B

Black with #76295B

Text Example


Text Example

White with #76295B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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