#701C67

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

Shades of Palatinate Purple #701C67

Tints of Palatinate Purple #701C67

Color information

#701C67 (or 0x701C67) is unknown color: approx Palatinate Purple. HEX triplet: 70, 1C and 67. RGB value is (112,28,103). Sum of RGB (Red+Green+Blue) = 112+28+103=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 28 (11.33% from 255 or 11.52% from 243); Blue value is 103 (40.62% from 255 or 42.39% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #701C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701C67 is #8FE398. Grayscale: #3D3D3D. Windows color (decimal): -9429913 or 6757488. OLE color: 6757488.

HSL color Cylindrical-coordinate representation of color #701C67: hue angle of 306.43º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #701C67 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB11228103-
CMYK00.750.080.56
HSL306.43º60%27.45%-
HSV(B)306.43º75%43.92%-
XYZ9.555.2513.34-
YUV61.67151.33163.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.09%
GREEN value IS 28 (11.33% from 255) = 11.52%
BLUE value IS 103 (40.62% from 255) = 42.39%
R=46.09%
G=11.52%
B=42.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1122810300.750.080.56306.436027.45
Hex701C6704B8381323c1b
Octal16034147011310704627433
Binary111000011100110011101001011100011100010011001011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701C67; }

 p { color: rgb(112,28,103); }

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

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

 a { background-color: rgb(112,28,103); }

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

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

 span { border-color: rgb(112,28,103); }

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