#702365

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

Shades of Palatinate Purple #702365

Tints of Palatinate Purple #702365

Color information

#702365 (or 0x702365) is unknown color: approx Palatinate Purple. HEX triplet: 70, 23 and 65. RGB value is (112,35,101). Sum of RGB (Red+Green+Blue) = 112+35+101=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #702365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702365 is #8FDC9A. Grayscale: #414141. Windows color (decimal): -9428123 or 6628208. OLE color: 6628208.

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

Color convert

RGB11235101-
CMYK00.690.100.56
HSL308.57º52.38%28.82%-
HSV(B)308.57º68.75%43.92%-
XYZ9.635.5912.88-
YUV65.55148.01161.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.16%
GREEN value IS 35 (14.06% from 255) = 14.11%
BLUE value IS 101 (39.84% from 255) = 40.73%
R=45.16%
G=14.11%
B=40.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1123510100.690.100.56308.5752.3828.82
Hex702365045A38135341d
Octal16043145010512704656435
Binary1110000100011110010101000101101011100010011010111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702365; }

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

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

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

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

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

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

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

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