#75276E

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

Shades of Palatinate Purple #75276E

Tints of Palatinate Purple #75276E

Color information

#75276E (or 0x75276E) is unknown color: approx Palatinate Purple. HEX triplet: 75, 27 and 6E. RGB value is (117,39,110). Sum of RGB (Red+Green+Blue) = 117+39+110=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #75276E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75276E is #8AD891. Grayscale: #464646. Windows color (decimal): -9099410 or 7219061. OLE color: 7219061.

HSL color Cylindrical-coordinate representation of color #75276E: hue angle of 305.38º 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 #75276E is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB11739110-
CMYK00.670.060.54
HSL305.38º50%30.59%-
HSV(B)305.38º66.67%45.88%-
XYZ10.886.3615.41-
YUV70.42150.34161.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.98%
GREEN value IS 39 (15.62% from 255) = 14.66%
BLUE value IS 110 (43.36% from 255) = 41.35%
R=43.98%
G=14.66%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1173911000.670.060.54305.385030.59
Hex75276E043636131321f
Octal1654715601036664616237
Binary111010110011111011100100001111011011010011000111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75276E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75276E; }

 p { color: rgb(117,39,110); }

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

<style>
 a { background-color: #75276E; }

 a { background-color: rgb(117,39,110); }

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

<style>
 span { border-color: #75276E; }

 span { border-color: rgb(117,39,110); }

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