#752158

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

Shades of Palatinate Purple #752158

Tints of Palatinate Purple #752158

Color information

#752158 (or 0x752158) is unknown color: approx Palatinate Purple. HEX triplet: 75, 21 and 58. RGB value is (117,33,88). Sum of RGB (Red+Green+Blue) = 117+33+88=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #752158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752158 is #8ADEA7. Grayscale: #404040. Windows color (decimal): -9100968 or 5775733. OLE color: 5775733.

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

Color convert

RGB1173388-
CMYK00.720.250.54
HSL320.71º56%29.41%-
HSV(B)320.71º71.79%45.88%-
XYZ9.645.579.8-
YUV64.39141.33165.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.16%
GREEN value IS 33 (13.28% from 255) = 13.87%
BLUE value IS 88 (34.77% from 255) = 36.97%
R=49.16%
G=13.87%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117338800.720.250.54320.715629.41
Hex7521580481936141381d
Octal16541130011031665017035
Binary11101011000011011000010010001100111011010100000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752158; }

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

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

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

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

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

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

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

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