#76255F

Color #76255F Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #76255F

Tints of Palatinate Purple #76255F

Color information

#76255F (or 0x76255F) is unknown color: approx Palatinate Purple. HEX triplet: 76, 25 and 5F. RGB value is (118,37,95). Sum of RGB (Red+Green+Blue) = 118+37+95=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #76255F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76255F is #89DAA0. Grayscale: #434343. Windows color (decimal): -9034401 or 6235510. OLE color: 6235510.

HSL color Cylindrical-coordinate representation of color #76255F: hue angle of 317.04º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76255F is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB1183795-
CMYK00.690.190.54
HSL317.04º52.26%30.39%-
HSV(B)317.04º68.64%46.27%-
XYZ10.2611.45-
YUV67.83143.34163.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.2%
GREEN value IS 37 (14.84% from 255) = 14.8%
BLUE value IS 95 (37.5% from 255) = 38%
R=47.2%
G=14.8%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118379500.690.190.54317.0452.2630.39
Hex76255F045133613d341e
Octal16645137010523664756436
Binary11101101001011011111010001011001111011010011110111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76255F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #76255F;
 }
 .AnyTagClassName
 {
   color: #76255F;
 }
</style>
background-color css

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

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

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

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

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

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