Html Css Color HEX #702B57 Palatinate Purple

📋 copy color: '#702B57'

red 112 ◦ green 43 ◦ blue 87

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

Shades of Palatinate Purple #702B57

Tints of Palatinate Purple #702B57

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.77%

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

R = 46.28%
G = 17.77%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#702B57 (or 0x702B57) is known color: Palatinate Purple. HEX triplet: 70, 2B and 57. RGB value is (112,43,87). Sum of RGB (Red+Green+Blue) = 112+43+87=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 43 (17.19% from 255 or 17.77% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #702B57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702B57 is #8FD4A8. Grayscale: #444444. Windows color (decimal): -9426089 or 5712752. OLE color: 5712752.

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

Color convert

RGB 112 43 87 -
CMYK 0 0.62 0.22 0.56
HSL 321.74º 0.45% 0.3% -
HSV(B) 321.74º 0.62% 0.44% -
XYZ 9.27 5.86 9.66 -
YUV 68.65 138.36 158.92 -
System Red Green Blue C M Y K H S L
Decimal 112 43 87 0 0.62 0.22 0.56 321.74 0.45 0.3
Hex 70 2B 57 0 3E 16 38 142 2D 1E
Octal 160 53 127 0 76 26 70 502 55 36
Binary 1110000 101011 1010111 0 111110 10110 111000 101000010 101101 11110

Color Harmonies of #702B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702B57

Black with #702B57

Text Example


Text Example

White with #702B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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