#702364

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

Shades of Palatinate Purple #702364

Tints of Palatinate Purple #702364

Color information

#702364 (or 0x702364) is unknown color: approx Palatinate Purple. HEX triplet: 70, 23 and 64. RGB value is (112,35,100). Sum of RGB (Red+Green+Blue) = 112+35+100=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 100 (39.45% from 255 or 40.49% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #702364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702364 is #8FDC9B. Grayscale: #414141. Windows color (decimal): -9428124 or 6562672. OLE color: 6562672.

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

Color convert

RGB11235100-
CMYK00.690.110.56
HSL309.35º52.38%28.82%-
HSV(B)309.35º68.75%43.92%-
XYZ9.585.5712.63-
YUV65.43147.51161.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.34%
GREEN value IS 35 (14.06% from 255) = 14.17%
BLUE value IS 100 (39.45% from 255) = 40.49%
R=45.34%
G=14.17%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1123510000.690.110.56309.3552.3828.82
Hex702364045B38135341d
Octal16043144010513704656435
Binary1110000100011110010001000101101111100010011010111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702364; }

 p { color: rgb(112,35,100); }

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

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

 a { background-color: rgb(112,35,100); }

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

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

 span { border-color: rgb(112,35,100); }

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