#76255D

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

Shades of Palatinate Purple #76255D

Tints of Palatinate Purple #76255D

Color information

#76255D (or 0x76255D) is unknown color: approx Palatinate Purple. HEX triplet: 76, 25 and 5D. RGB value is (118,37,93). Sum of RGB (Red+Green+Blue) = 118+37+93=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #76255D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76255D is #89DAA2. Grayscale: #434343. Windows color (decimal): -9034403 or 6104438. OLE color: 6104438.

HSL color Cylindrical-coordinate representation of color #76255D: hue angle of 318.52º 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 #76255D is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB1183793-
CMYK00.690.210.54
HSL318.52º52.26%30.39%-
HSV(B)318.52º68.64%46.27%-
XYZ10.115.9710.97-
YUV67.6142.34163.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.58%
GREEN value IS 37 (14.84% from 255) = 14.92%
BLUE value IS 93 (36.72% from 255) = 37.5%
R=47.58%
G=14.92%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118379300.690.210.54318.5252.2630.39
Hex76255D045153613f341e
Octal16645135010525664776436
Binary11101101001011011101010001011010111011010011111111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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