#702765

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

Shades of Palatinate Purple #702765

Tints of Palatinate Purple #702765

Color information

#702765 (or 0x702765) is unknown color: approx Palatinate Purple. HEX triplet: 70, 27 and 65. RGB value is (112,39,101). Sum of RGB (Red+Green+Blue) = 112+39+101=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #702765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702765 is #8FD89A. Grayscale: #434343. Windows color (decimal): -9427099 or 6629232. OLE color: 6629232.

HSL color Cylindrical-coordinate representation of color #702765: hue angle of 309.04º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #702765 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB11239101-
CMYK00.650.100.56
HSL309.04º48.34%29.61%-
HSV(B)309.04º65.18%43.92%-
XYZ9.765.8412.92-
YUV67.9146.68159.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.44%
GREEN value IS 39 (15.62% from 255) = 15.48%
BLUE value IS 101 (39.84% from 255) = 40.08%
R=44.44%
G=15.48%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1123910100.650.100.56309.0448.3429.61
Hex702765041A38135301e
Octal16047145010112704656036
Binary1110000100111110010101000001101011100010011010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702765; }

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

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

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

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

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

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

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

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