#702465

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

Shades of Palatinate Purple #702465

Tints of Palatinate Purple #702465

Color information

#702465 (or 0x702465) is unknown color: approx Palatinate Purple. HEX triplet: 70, 24 and 65. RGB value is (112,36,101). Sum of RGB (Red+Green+Blue) = 112+36+101=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #702465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702465 is #8FDB9A. Grayscale: #414141. Windows color (decimal): -9427867 or 6628464. OLE color: 6628464.

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

Color convert

RGB11236101-
CMYK00.680.100.56
HSL308.68º51.35%29.02%-
HSV(B)308.68º67.86%43.92%-
XYZ9.665.6512.89-
YUV66.13147.68160.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.98%
GREEN value IS 36 (14.45% from 255) = 14.46%
BLUE value IS 101 (39.84% from 255) = 40.56%
R=44.98%
G=14.46%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1123610100.680.100.56308.6851.3529.02
Hex702465044A38135331d
Octal16044145010412704656335
Binary1110000100100110010101000100101011100010011010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702465; }

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

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

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

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

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

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

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

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