#701368

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

Shades of Palatinate Purple #701368

Tints of Palatinate Purple #701368

Color information

#701368 (or 0x701368) is unknown color: approx Palatinate Purple. HEX triplet: 70, 13 and 68. RGB value is (112,19,104). Sum of RGB (Red+Green+Blue) = 112+19+104=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #701368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701368 is #8FEC97. Grayscale: #383838. Windows color (decimal): -9432216 or 6820720. OLE color: 6820720.

HSL color Cylindrical-coordinate representation of color #701368: hue angle of 305.16º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701368 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB11219104-
CMYK00.830.070.56
HSL305.16º70.99%25.69%-
HSV(B)305.16º83.04%43.92%-
XYZ9.414.9113.55-
YUV56.5154.81167.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.66%
GREEN value IS 19 (7.81% from 255) = 8.09%
BLUE value IS 104 (41.02% from 255) = 44.26%
R=47.66%
G=8.09%
B=44.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121910400.830.070.56305.1670.9925.69
Hex701368053738131471a
Octal16023150012377046110732
Binary111000010011110100001010011111111000100110001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701368; }

 p { color: rgb(112,19,104); }

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

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

 a { background-color: rgb(112,19,104); }

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

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

 span { border-color: rgb(112,19,104); }

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