#75245B

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

Shades of Palatinate Purple #75245B

Tints of Palatinate Purple #75245B

Color information

#75245B (or 0x75245B) is unknown color: approx Palatinate Purple. HEX triplet: 75, 24 and 5B. RGB value is (117,36,91). Sum of RGB (Red+Green+Blue) = 117+36+91=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #75245B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75245B is #8ADBA4. Grayscale: #424242. Windows color (decimal): -9100197 or 5973109. OLE color: 5973109.

HSL color Cylindrical-coordinate representation of color #75245B: hue angle of 319.26º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #75245B is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB1173691-
CMYK00.690.220.54
HSL319.26º52.94%30%-
HSV(B)319.26º69.23%45.88%-
XYZ9.865.810.5-
YUV66.49141.84164.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.95%
GREEN value IS 36 (14.45% from 255) = 14.75%
BLUE value IS 91 (35.94% from 255) = 37.30%
R=47.95%
G=14.75%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117369100.690.220.54319.2652.9430
Hex75245B045163613f351e
Octal16544133010526664776536
Binary11101011001001011011010001011011011011010011111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75245B; }

 p { color: rgb(117,36,91); }

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

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

 a { background-color: rgb(117,36,91); }

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

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

 span { border-color: rgb(117,36,91); }

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