#702967

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

Shades of Palatinate Purple #702967

Tints of Palatinate Purple #702967

Color information

#702967 (or 0x702967) is unknown color: approx Palatinate Purple. HEX triplet: 70, 29 and 67. RGB value is (112,41,103). Sum of RGB (Red+Green+Blue) = 112+41+103=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 103 (40.62% from 255 or 40.23% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #702967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702967 is #8FD698. Grayscale: #454545. Windows color (decimal): -9426585 or 6760816. OLE color: 6760816.

HSL color Cylindrical-coordinate representation of color #702967: hue angle of 307.61º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #702967 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB11241103-
CMYK00.630.080.56
HSL307.61º46.41%30%-
HSV(B)307.61º63.39%43.92%-
XYZ9.926.0113.47-
YUV69.3147.02158.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.75%
GREEN value IS 41 (16.41% from 255) = 16.02%
BLUE value IS 103 (40.62% from 255) = 40.23%
R=43.75%
G=16.02%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1124110300.630.080.56307.6146.4130
Hex70296703F8381342e1e
Octal1605114707710704645636
Binary111000010100111001110111111100011100010011010010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702967; }

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

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

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

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

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

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

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

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