Html Css Color HEX #702256 Palatinate Purple

📋 copy color: '#702256'

red 112 ◦ green 34 ◦ blue 86

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

Shades of Palatinate Purple #702256

Tints of Palatinate Purple #702256

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.66%

 BLUE value IS 86 (33.98% from 255) = 37.07%

R = 48.28%
G = 14.66%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#702256 (or 0x702256) is known color: Palatinate Purple. HEX triplet: 70, 22 and 56. RGB value is (112,34,86). Sum of RGB (Red+Green+Blue) = 112+34+86=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #702256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702256 is #8FDDA9. Grayscale: #3F3F3F. Windows color (decimal): -9428394 or 5644912. OLE color: 5644912.

HSL color Cylindrical-coordinate representation of color #702256: hue angle of 320º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #702256 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 34 86 -
CMYK 0 0.70 0.23 0.56
HSL 320º 0.53% 0.29% -
HSV(B) 320º 0.7% 0.44% -
XYZ 8.93 5.26 9.35 -
YUV 63.25 140.84 162.77 -
System Red Green Blue C M Y K H S L
Decimal 112 34 86 0 0.70 0.23 0.56 320 0.53 0.29
Hex 70 22 56 0 46 17 38 140 35 1D
Octal 160 42 126 0 106 27 70 500 65 35
Binary 1110000 100010 1010110 0 1000110 10111 111000 101000000 110101 11101

Color Harmonies of #702256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702256

Black with #702256

Text Example


Text Example

White with #702256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702256; }

 p { color: rgb(112,34,86); }

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

background-color css

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

 a { background-color: rgb(112,34,86); }

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

border-color css

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

 span { border-color: rgb(112,34,86); }

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