#700C58

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

Shades of Palatinate Purple #700C58

Tints of Palatinate Purple #700C58

Color information

#700C58 (or 0x700C58) is unknown color: approx Palatinate Purple. HEX triplet: 70, 0C and 58. RGB value is (112,12,88). Sum of RGB (Red+Green+Blue) = 112+12+88=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 12 (5.08% from 255 or 5.66% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #700C58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700C58 is #8FF3A7. Grayscale: #323232. Windows color (decimal): -9434024 or 5770352. OLE color: 5770352.

HSL color Cylindrical-coordinate representation of color #700C58: hue angle of 314.4º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #700C58 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB1121288-
CMYK00.890.210.56
HSL314.4º80.65%24.31%-
HSV(B)314.4º89.29%43.92%-
XYZ8.584.419.63-
YUV50.56149.13171.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.83%
GREEN value IS 12 (5.08% from 255) = 5.66%
BLUE value IS 88 (34.77% from 255) = 41.51%
R=52.83%
G=5.66%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112128800.890.210.56314.480.6524.31
Hex70C58059153813a5118
Octal160141300131257047212130
Binary1110000110010110000101100110101111000100111010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700C58; }

 p { color: rgb(112,12,88); }

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

<style>
 a { background-color: #700C58; }

 a { background-color: rgb(112,12,88); }

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

<style>
 span { border-color: #700C58; }

 span { border-color: rgb(112,12,88); }

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