#75255B

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

Shades of Palatinate Purple #75255B

Tints of Palatinate Purple #75255B

Color information

#75255B (or 0x75255B) is unknown color: approx Palatinate Purple. HEX triplet: 75, 25 and 5B. RGB value is (117,37,91). Sum of RGB (Red+Green+Blue) = 117+37+91=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #75255B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75255B is #8ADAA4. Grayscale: #424242. Windows color (decimal): -9099941 or 5973365. OLE color: 5973365.

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

Color convert

RGB1173791-
CMYK00.680.220.54
HSL319.5º51.95%30.2%-
HSV(B)319.5º68.38%45.88%-
XYZ9.895.8610.51-
YUV67.08141.5163.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.76%
GREEN value IS 37 (14.84% from 255) = 15.10%
BLUE value IS 91 (35.94% from 255) = 37.14%
R=47.76%
G=15.10%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117379100.680.220.54319.551.9530.2
Hex75255B0441636140341e
Octal16545133010426665006436
Binary11101011001011011011010001001011011011010100000011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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