#700C69

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

Shades of Palatinate Purple #700C69

Tints of Palatinate Purple #700C69

Color information

#700C69 (or 0x700C69) is unknown color: approx Palatinate Purple. HEX triplet: 70, 0C and 69. RGB value is (112,12,105). Sum of RGB (Red+Green+Blue) = 112+12+105=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #700C69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700C69 is #8FF396. Grayscale: #343434. Windows color (decimal): -9434007 or 6884464. OLE color: 6884464.

HSL color Cylindrical-coordinate representation of color #700C69: hue angle of 304.2º 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 #700C69 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB11212105-
CMYK00.890.060.56
HSL304.2º80.65%24.31%-
HSV(B)304.2º89.29%43.92%-
XYZ9.364.7313.78-
YUV52.5157.63170.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.91%
GREEN value IS 12 (5.08% from 255) = 5.24%
BLUE value IS 105 (41.41% from 255) = 45.85%
R=48.91%
G=5.24%
B=45.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121210500.890.060.56304.280.6524.31
Hex70C690596381305118
Octal16014151013167046012130
Binary11100001100110100101011001110111000100110000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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