#701265

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

Shades of Palatinate Purple #701265

Tints of Palatinate Purple #701265

Color information

#701265 (or 0x701265) is unknown color: approx Palatinate Purple. HEX triplet: 70, 12 and 65. RGB value is (112,18,101). Sum of RGB (Red+Green+Blue) = 112+18+101=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #701265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701265 is #8FED9A. Grayscale: #373737. Windows color (decimal): -9432475 or 6623856. OLE color: 6623856.

HSL color Cylindrical-coordinate representation of color #701265: hue angle of 307.02º 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 #701265 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB11218101-
CMYK00.840.100.56
HSL307.02º72.31%25.49%-
HSV(B)307.02º83.93%43.92%-
XYZ9.254.8212.75-
YUV55.57153.64168.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.48%
GREEN value IS 18 (7.42% from 255) = 7.79%
BLUE value IS 101 (39.84% from 255) = 43.72%
R=48.48%
G=7.79%
B=43.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121810100.840.100.56307.0272.3125.49
Hex701265054A381334819
Octal160221450124127046311031
Binary1110000100101100101010101001010111000100110011100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701265; }

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

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

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

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

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

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

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

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