#76275A

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

Shades of Palatinate Purple #76275A

Tints of Palatinate Purple #76275A

Color information

#76275A (or 0x76275A) is unknown color: approx Palatinate Purple. HEX triplet: 76, 27 and 5A. RGB value is (118,39,90). Sum of RGB (Red+Green+Blue) = 118+39+90=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #76275A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76275A is #89D8A5. Grayscale: #444444. Windows color (decimal): -9033894 or 5908342. OLE color: 5908342.

HSL color Cylindrical-coordinate representation of color #76275A: hue angle of 321.27º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76275A is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB1183990-
CMYK00.670.240.54
HSL321.27º50.32%30.78%-
HSV(B)321.27º66.95%46.27%-
XYZ10.046.0410.31-
YUV68.44140.17163.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.77%
GREEN value IS 39 (15.62% from 255) = 15.79%
BLUE value IS 90 (35.55% from 255) = 36.44%
R=47.77%
G=15.79%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118399000.670.240.54321.2750.3230.78
Hex76275A0431836141321f
Octal16647132010330665016237
Binary11101101001111011010010000111100011011010100000111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76275A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76275A; }

 p { color: rgb(118,39,90); }

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

<style>
 a { background-color: #76275A; }

 a { background-color: rgb(118,39,90); }

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

<style>
 span { border-color: #76275A; }

 span { border-color: rgb(118,39,90); }

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