#701268

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

Shades of Palatinate Purple #701268

Tints of Palatinate Purple #701268

Color information

#701268 (or 0x701268) is unknown color: approx Palatinate Purple. HEX triplet: 70, 12 and 68. RGB value is (112,18,104). Sum of RGB (Red+Green+Blue) = 112+18+104=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #701268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701268 is #8FED97. Grayscale: #373737. Windows color (decimal): -9432472 or 6820464. OLE color: 6820464.

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

Color convert

RGB11218104-
CMYK00.840.070.56
HSL305.11º72.31%25.49%-
HSV(B)305.11º83.93%43.92%-
XYZ9.44.8813.54-
YUV55.91155.14168.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.86%
GREEN value IS 18 (7.42% from 255) = 7.69%
BLUE value IS 104 (41.02% from 255) = 44.44%
R=47.86%
G=7.69%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121810400.840.070.56305.1172.3125.49
Hex7012680547381314819
Octal16022150012477046111031
Binary111000010010110100001010100111111000100110001100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701268; }

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

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

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

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

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

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

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

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