Html Css Color HEX #76295F Palatinate Purple

📋 copy color: '#76295F'

red 118 ◦ green 41 ◦ blue 95

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

Shades of Palatinate Purple #76295F

Tints of Palatinate Purple #76295F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 37.4%

R = 46.46%
G = 16.14%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#76295F (or 0x76295F) is known color: Palatinate Purple. HEX triplet: 76, 29 and 5F. RGB value is (118,41,95). Sum of RGB (Red+Green+Blue) = 118+41+95=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 95 (37.5% from 255 or 37.40% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #76295F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76295F is #89D6A0. Grayscale: #464646. Windows color (decimal): -9033377 or 6236534. OLE color: 6236534.

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

Color convert

RGB 118 41 95 -
CMYK 0 0.65 0.19 0.54
HSL 317.92º 0.48% 0.31% -
HSV(B) 317.92º 0.65% 0.46% -
XYZ 10.33 6.26 11.49 -
YUV 70.18 142.01 162.11 -
System Red Green Blue C M Y K H S L
Decimal 118 41 95 0 0.65 0.19 0.54 317.92 0.48 0.31
Hex 76 29 5F 0 41 13 36 13E 30 1F
Octal 166 51 137 0 101 23 66 476 60 37
Binary 1110110 101001 1011111 0 1000001 10011 110110 100111110 110000 11111

Color Harmonies of #76295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76295F

Black with #76295F

Text Example


Text Example

White with #76295F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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