#702265

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

Shades of Palatinate Purple #702265

Tints of Palatinate Purple #702265

Color information

#702265 (or 0x702265) is unknown color: approx Palatinate Purple. HEX triplet: 70, 22 and 65. RGB value is (112,34,101). Sum of RGB (Red+Green+Blue) = 112+34+101=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #702265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702265 is #8FDD9A. Grayscale: #404040. Windows color (decimal): -9428379 or 6627952. OLE color: 6627952.

HSL color Cylindrical-coordinate representation of color #702265: hue angle of 308.46º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #702265 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB11234101-
CMYK00.700.100.56
HSL308.46º53.42%28.63%-
HSV(B)308.46º69.64%43.92%-
XYZ9.65.5312.87-
YUV64.96148.34161.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.34%
GREEN value IS 34 (13.67% from 255) = 13.77%
BLUE value IS 101 (39.84% from 255) = 40.89%
R=45.34%
G=13.77%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1123410100.700.100.56308.4653.4228.63
Hex702265046A38134351d
Octal16042145010612704646535
Binary1110000100010110010101000110101011100010011010011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702265; }

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

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

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

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

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

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

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

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