Html Css Color HEX #702859 Palatinate Purple

📋 copy color: '#702859'

red 112 ◦ green 40 ◦ blue 89

#702859
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #702859

Tints of Palatinate Purple #702859

RGB

 RED value IS 112 (44.14% from 255) = 46.47%

 GREEN value IS 40 (16.02% from 255) = 16.6%

 BLUE value IS 89 (35.16% from 255) = 36.93%

R = 46.47%
G = 16.6%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#702859 (or 0x702859) is known color: Palatinate Purple. HEX triplet: 70, 28 and 59. RGB value is (112,40,89). Sum of RGB (Red+Green+Blue) = 112+40+89=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #702859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702859 is #8FD7A6. Grayscale: #424242. Windows color (decimal): -9426855 or 5843056. OLE color: 5843056.

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

Color convert

RGB 112 40 89 -
CMYK 0 0.64 0.21 0.56
HSL 319.17º 0.47% 0.3% -
HSV(B) 319.17º 0.64% 0.44% -
XYZ 9.24 5.68 10.06 -
YUV 67.11 140.35 160.02 -
System Red Green Blue C M Y K H S L
Decimal 112 40 89 0 0.64 0.21 0.56 319.17 0.47 0.3
Hex 70 28 59 0 40 15 38 13F 2F 1E
Octal 160 50 131 0 100 25 70 477 57 36
Binary 1110000 101000 1011001 0 1000000 10101 111000 100111111 101111 11110

Color Harmonies of #702859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702859

Black with #702859

Text Example


Text Example

White with #702859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702859; }

 p { color: rgb(112,40,89); }

 H1.HeaderClassName
 {
   color: #702859;
 }
 .AnyTagClassName
 {
   color: #702859;
 }
</style>

background-color css

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

 a { background-color: rgb(112,40,89); }

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

border-color css

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

 span { border-color: rgb(112,40,89); }

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