#702A58

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

Shades of Palatinate Purple #702A58

Tints of Palatinate Purple #702A58

Color information

#702A58 (or 0x702A58) is unknown color: approx Palatinate Purple. HEX triplet: 70, 2A and 58. RGB value is (112,42,88). Sum of RGB (Red+Green+Blue) = 112+42+88=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 42 (16.80% from 255 or 17.36% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #702A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702A58 is #8FD5A7. Grayscale: #444444. Windows color (decimal): -9426344 or 5778032. OLE color: 5778032.

HSL color Cylindrical-coordinate representation of color #702A58: hue angle of 320.57º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #702A58 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB1124288-
CMYK00.620.210.56
HSL320.57º45.45%30.2%-
HSV(B)320.57º62.5%43.92%-
XYZ9.275.819.86-
YUV68.17139.19159.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.28%
GREEN value IS 42 (16.80% from 255) = 17.36%
BLUE value IS 88 (34.77% from 255) = 36.36%
R=46.28%
G=17.36%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112428800.620.210.56320.5745.4530.2
Hex702A5803E15381412d1e
Octal1605213007625705015536
Binary1110000101010101100001111101010111100010100000110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,42,88); }

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

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

 a { background-color: rgb(112,42,88); }

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

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

 span { border-color: rgb(112,42,88); }

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