Html Css Color HEX #702957 Palatinate Purple

📋 copy color: '#702957'

red 112 ◦ green 41 ◦ blue 87

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

Shades of Palatinate Purple #702957

Tints of Palatinate Purple #702957

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.08%

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

R = 46.67%
G = 17.08%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#702957 (or 0x702957) is known color: Palatinate Purple. HEX triplet: 70, 29 and 57. RGB value is (112,41,87). Sum of RGB (Red+Green+Blue) = 112+41+87=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #702957 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702957 is #8FD6A8. Grayscale: #434343. Windows color (decimal): -9426601 or 5712240. OLE color: 5712240.

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

Color convert

RGB 112 41 87 -
CMYK 0 0.63 0.22 0.56
HSL 321.13º 0.46% 0.3% -
HSV(B) 321.13º 0.63% 0.44% -
XYZ 9.2 5.72 9.64 -
YUV 67.47 139.02 159.76 -
System Red Green Blue C M Y K H S L
Decimal 112 41 87 0 0.63 0.22 0.56 321.13 0.46 0.3
Hex 70 29 57 0 3F 16 38 141 2E 1E
Octal 160 51 127 0 77 26 70 501 56 36
Binary 1110000 101001 1010111 0 111111 10110 111000 101000001 101110 11110

Color Harmonies of #702957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702957

Black with #702957

Text Example


Text Example

White with #702957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702957; }

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

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

background-color css

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

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

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

border-color css

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

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

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