#702D60

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

Shades of Palatinate Purple #702D60

Tints of Palatinate Purple #702D60

Color information

#702D60 (or 0x702D60) is unknown color: approx Palatinate Purple. HEX triplet: 70, 2D and 60. RGB value is (112,45,96). Sum of RGB (Red+Green+Blue) = 112+45+96=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #702D60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702D60 is #8FD29F. Grayscale: #464646. Windows color (decimal): -9425568 or 6303088. OLE color: 6303088.

HSL color Cylindrical-coordinate representation of color #702D60: hue angle of 314.33º 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 #702D60 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB1124596-
CMYK00.600.140.56
HSL314.33º42.68%30.78%-
HSV(B)314.33º59.82%43.92%-
XYZ9.736.1711.74-
YUV70.85142.2157.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.27%
GREEN value IS 45 (17.97% from 255) = 17.79%
BLUE value IS 96 (37.89% from 255) = 37.94%
R=44.27%
G=17.79%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112459600.600.140.56314.3342.6830.78
Hex702D6003CE3813a2b1f
Octal1605514007416704725337
Binary111000010110111000000111100111011100010011101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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