#70305C

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

Shades of Palatinate Purple #70305C

Tints of Palatinate Purple #70305C

Color information

#70305C (or 0x70305C) is unknown color: approx Palatinate Purple. HEX triplet: 70, 30 and 5C. RGB value is (112,48,92). Sum of RGB (Red+Green+Blue) = 112+48+92=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #70305C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70305C is #8FCFA3. Grayscale: #484848. Windows color (decimal): -9424804 or 6041712. OLE color: 6041712.

HSL color Cylindrical-coordinate representation of color #70305C: hue angle of 318.75º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70305C is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB1124892-
CMYK00.570.180.56
HSL318.75º40%31.37%-
HSV(B)318.75º57.14%43.92%-
XYZ9.676.3310.84-
YUV72.15139.2156.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.44%
GREEN value IS 48 (19.14% from 255) = 19.05%
BLUE value IS 92 (36.33% from 255) = 36.51%
R=44.44%
G=19.05%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112489200.570.180.56318.754031.37
Hex70305C039123813f281f
Octal1606013407122704775037
Binary1110000110000101110001110011001011100010011111110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70305C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,48,92); }

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

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

 a { background-color: rgb(112,48,92); }

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

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

 span { border-color: rgb(112,48,92); }

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