#75065C

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

Shades of Palatinate Purple #75065C

Tints of Palatinate Purple #75065C

Color information

#75065C (or 0x75065C) is unknown color: approx Palatinate Purple. HEX triplet: 75, 06 and 5C. RGB value is (117,6,92). Sum of RGB (Red+Green+Blue) = 117+6+92=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #75065C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75065C is #8AF9A3. Grayscale: #303030. Windows color (decimal): -9107876 or 6030965. OLE color: 6030965.

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

Color convert

RGB117692-
CMYK00.950.210.54
HSL313.51º90.24%24.12%-
HSV(B)313.51º94.87%45.88%-
XYZ9.334.6810.54-
YUV48.99152.27176.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.42%
GREEN value IS 6 (2.73% from 255) = 2.79%
BLUE value IS 92 (36.33% from 255) = 42.79%
R=54.42%
G=2.79%
B=42.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11769200.950.210.54313.5190.2424.12
Hex7565C05F153613a5a18
Octal16561340137256647213230
Binary111010111010111000101111110101110110100111010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75065C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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