Html Css Color HEX #702857 Palatinate Purple

📋 copy color: '#702857'

red 112 ◦ green 40 ◦ blue 87

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

Shades of Palatinate Purple #702857

Tints of Palatinate Purple #702857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 36.4%

R = 46.86%
G = 16.74%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#702857 (or 0x702857) is known color: Palatinate Purple. HEX triplet: 70, 28 and 57. RGB value is (112,40,87). Sum of RGB (Red+Green+Blue) = 112+40+87=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 87 (34.38% from 255 or 36.40% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #702857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702857 is #8FD7A8. Grayscale: #424242. Windows color (decimal): -9426857 or 5711984. OLE color: 5711984.

HSL color Cylindrical-coordinate representation of color #702857: hue angle of 320.83º 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 #702857 is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 40 87 -
CMYK 0 0.64 0.22 0.56
HSL 320.83º 0.47% 0.3% -
HSV(B) 320.83º 0.64% 0.44% -
XYZ 9.16 5.65 9.62 -
YUV 66.89 139.35 160.18 -
System Red Green Blue C M Y K H S L
Decimal 112 40 87 0 0.64 0.22 0.56 320.83 0.47 0.3
Hex 70 28 57 0 40 16 38 141 2F 1E
Octal 160 50 127 0 100 26 70 501 57 36
Binary 1110000 101000 1010111 0 1000000 10110 111000 101000001 101111 11110

Color Harmonies of #702857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702857

Black with #702857

Text Example


Text Example

White with #702857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702857; }

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

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

background-color css

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

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

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

border-color css

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

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

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