#702D5D

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

Shades of Palatinate Purple #702D5D

Tints of Palatinate Purple #702D5D

Color information

#702D5D (or 0x702D5D) is unknown color: approx Palatinate Purple. HEX triplet: 70, 2D and 5D. RGB value is (112,45,93). Sum of RGB (Red+Green+Blue) = 112+45+93=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #702D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702D5D is #8FD2A2. Grayscale: #464646. Windows color (decimal): -9425571 or 6106480. OLE color: 6106480.

HSL color Cylindrical-coordinate representation of color #702D5D: hue angle of 317.01º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #702D5D is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB1124593-
CMYK00.600.170.56
HSL317.01º42.68%30.78%-
HSV(B)317.01º59.82%43.92%-
XYZ9.66.1111.03-
YUV70.5140.7157.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.8%
GREEN value IS 45 (17.97% from 255) = 18%
BLUE value IS 93 (36.72% from 255) = 37.2%
R=44.8%
G=18%
B=37.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112459300.600.170.56317.0142.6830.78
Hex702D5D03C113813d2b1f
Octal1605513507421704755337
Binary1110000101101101110101111001000111100010011110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702D5D; }

 p { color: rgb(112,45,93); }

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

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

 a { background-color: rgb(112,45,93); }

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

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

 span { border-color: rgb(112,45,93); }

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