#702456

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

Shades of Palatinate Purple #702456

Tints of Palatinate Purple #702456

Color information

#702456 (or 0x702456) is unknown color: approx Palatinate Purple. HEX triplet: 70, 24 and 56. RGB value is (112,36,86). Sum of RGB (Red+Green+Blue) = 112+36+86=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #702456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702456 is #8FDBA9. Grayscale: #404040. Windows color (decimal): -9427882 or 5645424. OLE color: 5645424.

HSL color Cylindrical-coordinate representation of color #702456: hue angle of 320.53º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #702456 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB1123686-
CMYK00.680.230.56
HSL320.53º51.35%29.02%-
HSV(B)320.53º67.86%43.92%-
XYZ8.995.389.37-
YUV64.42140.18161.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.86%
GREEN value IS 36 (14.45% from 255) = 15.38%
BLUE value IS 86 (33.98% from 255) = 36.75%
R=47.86%
G=15.38%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112368600.680.230.56320.5351.3529.02
Hex7024560441738141331d
Octal16044126010427705016335
Binary11100001001001010110010001001011111100010100000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702456; }

 p { color: rgb(112,36,86); }

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

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

 a { background-color: rgb(112,36,86); }

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

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

 span { border-color: rgb(112,36,86); }

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