#752058

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

Shades of Palatinate Purple #752058

Tints of Palatinate Purple #752058

Color information

#752058 (or 0x752058) is unknown color: approx Palatinate Purple. HEX triplet: 75, 20 and 58. RGB value is (117,32,88). Sum of RGB (Red+Green+Blue) = 117+32+88=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #752058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752058 is #8ADFA7. Grayscale: #3F3F3F. Windows color (decimal): -9101224 or 5775477. OLE color: 5775477.

HSL color Cylindrical-coordinate representation of color #752058: hue angle of 320.47º 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 #752058 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB1173288-
CMYK00.730.250.54
HSL320.47º57.05%29.22%-
HSV(B)320.47º72.65%45.88%-
XYZ9.615.529.79-
YUV63.8141.66165.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.37%
GREEN value IS 32 (12.89% from 255) = 13.50%
BLUE value IS 88 (34.77% from 255) = 37.13%
R=49.37%
G=13.50%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117328800.730.250.54320.4757.0529.22
Hex7520580491936140391d
Octal16540130011131665007135
Binary11101011000001011000010010011100111011010100000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752058; }

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

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

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

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

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

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

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

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