Html Css Color HEX #702F59 Palatinate Purple

📋 copy color: '#702F59'

red 112 ◦ green 47 ◦ blue 89

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

Shades of Palatinate Purple #702F59

Tints of Palatinate Purple #702F59

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.95%

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

R = 45.16%
G = 18.95%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#702F59 (or 0x702F59) is known color: Palatinate Purple. HEX triplet: 70, 2F and 59. RGB value is (112,47,89). Sum of RGB (Red+Green+Blue) = 112+47+89=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #702F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702F59 is #8FD0A6. Grayscale: #474747. Windows color (decimal): -9425063 or 5844848. OLE color: 5844848.

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

Color convert

RGB 112 47 89 -
CMYK 0 0.58 0.21 0.56
HSL 321.23º 0.41% 0.31% -
HSV(B) 321.23º 0.58% 0.44% -
XYZ 9.5 6.2 10.15 -
YUV 71.22 138.03 157.08 -
System Red Green Blue C M Y K H S L
Decimal 112 47 89 0 0.58 0.21 0.56 321.23 0.41 0.31
Hex 70 2F 59 0 3A 15 38 141 29 1F
Octal 160 57 131 0 72 25 70 501 51 37
Binary 1110000 101111 1011001 0 111010 10101 111000 101000001 101001 11111

Color Harmonies of #702F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702F59

Black with #702F59

Text Example


Text Example

White with #702F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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