#75275C

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

Shades of Palatinate Purple #75275C

Tints of Palatinate Purple #75275C

Color information

#75275C (or 0x75275C) is unknown color: approx Palatinate Purple. HEX triplet: 75, 27 and 5C. RGB value is (117,39,92). Sum of RGB (Red+Green+Blue) = 117+39+92=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #75275C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75275C is #8AD8A3. Grayscale: #444444. Windows color (decimal): -9099428 or 6039413. OLE color: 6039413.

HSL color Cylindrical-coordinate representation of color #75275C: hue angle of 319.23º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #75275C is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB1173992-
CMYK00.670.210.54
HSL319.23º50%30.59%-
HSV(B)319.23º66.67%45.88%-
XYZ9.996.0110.76-
YUV68.36141.34162.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.18%
GREEN value IS 39 (15.62% from 255) = 15.73%
BLUE value IS 92 (36.33% from 255) = 37.10%
R=47.18%
G=15.73%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117399200.670.210.54319.235030.59
Hex75275C043153613f321f
Octal16547134010325664776237
Binary11101011001111011100010000111010111011010011111111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75275C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75275C; }

 p { color: rgb(117,39,92); }

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

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

 a { background-color: rgb(117,39,92); }

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

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

 span { border-color: rgb(117,39,92); }

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