#75255C

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

Shades of Palatinate Purple #75255C

Tints of Palatinate Purple #75255C

Color information

#75255C (or 0x75255C) is unknown color: approx Palatinate Purple. HEX triplet: 75, 25 and 5C. RGB value is (117,37,92). Sum of RGB (Red+Green+Blue) = 117+37+92=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #75255C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75255C is #8ADAA3. Grayscale: #434343. Windows color (decimal): -9099940 or 6038901. OLE color: 6038901.

HSL color Cylindrical-coordinate representation of color #75255C: hue angle of 318.75º 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 #75255C is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB1173792-
CMYK00.680.210.54
HSL318.75º51.95%30.2%-
HSV(B)318.75º68.38%45.88%-
XYZ9.935.8810.74-
YUV67.19142163.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.56%
GREEN value IS 37 (14.84% from 255) = 15.04%
BLUE value IS 92 (36.33% from 255) = 37.40%
R=47.56%
G=15.04%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117379200.680.210.54318.7551.9530.2
Hex75255C044153613f341e
Octal16545134010425664776436
Binary11101011001011011100010001001010111011010011111111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75255C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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