#752061

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

Shades of Palatinate Purple #752061

Tints of Palatinate Purple #752061

Color information

#752061 (or 0x752061) is unknown color: approx Palatinate Purple. HEX triplet: 75, 20 and 61. RGB value is (117,32,97). Sum of RGB (Red+Green+Blue) = 117+32+97=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #752061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752061 is #8ADF9E. Grayscale: #404040. Windows color (decimal): -9101215 or 6365301. OLE color: 6365301.

HSL color Cylindrical-coordinate representation of color #752061: hue angle of 314.12º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #752061 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB1173297-
CMYK00.730.170.54
HSL314.12º57.05%29.22%-
HSV(B)314.12º72.65%45.88%-
XYZ10.015.6811.88-
YUV64.82146.16165.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.56%
GREEN value IS 32 (12.89% from 255) = 13.01%
BLUE value IS 97 (38.28% from 255) = 39.43%
R=47.56%
G=13.01%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117329700.730.170.54314.1257.0529.22
Hex752061049113613a391d
Octal16540141011121664727135
Binary11101011000001100001010010011000111011010011101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752061; }

 p { color: rgb(117,32,97); }

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

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

 a { background-color: rgb(117,32,97); }

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

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

 span { border-color: rgb(117,32,97); }

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