#75055C

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

Shades of Palatinate Purple #75055C

Tints of Palatinate Purple #75055C

Color information

#75055C (or 0x75055C) is unknown color: approx Palatinate Purple. HEX triplet: 75, 05 and 5C. RGB value is (117,5,92). Sum of RGB (Red+Green+Blue) = 117+5+92=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #75055C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75055C is #8AFAA3. Grayscale: #303030. Windows color (decimal): -9108132 or 6030709. OLE color: 6030709.

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

Color convert

RGB117592-
CMYK00.960.210.54
HSL313.39º91.8%23.92%-
HSV(B)313.39º95.73%45.88%-
XYZ9.324.6610.53-
YUV48.41152.61176.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.67%
GREEN value IS 5 (2.34% from 255) = 2.34%
BLUE value IS 92 (36.33% from 255) = 42.99%
R=54.67%
G=2.34%
B=42.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11759200.960.210.54313.3991.823.92
Hex7555C06015361395c18
Octal16551340140256647113430
Binary111010110110111000110000010101110110100111001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75055C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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