Html Css Color HEX #76295C Palatinate Purple

📋 copy color: '#76295C'

red 118 ◦ green 41 ◦ blue 92

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

Shades of Palatinate Purple #76295C

Tints of Palatinate Purple #76295C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.65%

R = 47.01%
G = 16.33%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#76295C (or 0x76295C) is known color: Palatinate Purple. HEX triplet: 76, 29 and 5C. RGB value is (118,41,92). Sum of RGB (Red+Green+Blue) = 118+41+92=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #76295C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76295C is #89D6A3. Grayscale: #454545. Windows color (decimal): -9033380 or 6039926. OLE color: 6039926.

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

Color convert

RGB 118 41 92 -
CMYK 0 0.65 0.22 0.54
HSL 320.26º 0.48% 0.31% -
HSV(B) 320.26º 0.65% 0.46% -
XYZ 10.2 6.21 10.79 -
YUV 69.84 140.51 162.35 -
System Red Green Blue C M Y K H S L
Decimal 118 41 92 0 0.65 0.22 0.54 320.26 0.48 0.31
Hex 76 29 5C 0 41 16 36 140 30 1F
Octal 166 51 134 0 101 26 66 500 60 37
Binary 1110110 101001 1011100 0 1000001 10110 110110 101000000 110000 11111

Color Harmonies of #76295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76295C

Black with #76295C

Text Example


Text Example

White with #76295C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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