Html Css Color HEX #703561 Palatinate Purple

📋 copy color: '#703561'

red 112 ◦ green 53 ◦ blue 97

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

Shades of Palatinate Purple #703561

Tints of Palatinate Purple #703561

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.23%

 BLUE value IS 97 (38.28% from 255) = 37.02%

R = 42.75%
G = 20.23%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#703561 (or 0x703561) is known color: Palatinate Purple. HEX triplet: 70, 35 and 61. RGB value is (112,53,97). Sum of RGB (Red+Green+Blue) = 112+53+97=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #703561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703561 is #8FCA9E. Grayscale: #4B4B4B. Windows color (decimal): -9423519 or 6370672. OLE color: 6370672.

HSL color Cylindrical-coordinate representation of color #703561: hue angle of 315.25º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #703561 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 53 97 -
CMYK 0 0.53 0.13 0.56
HSL 315.25º 0.36% 0.32% -
HSV(B) 315.25º 0.53% 0.44% -
XYZ 10.11 6.85 12.1 -
YUV 75.66 140.05 153.92 -
System Red Green Blue C M Y K H S L
Decimal 112 53 97 0 0.53 0.13 0.56 315.25 0.36 0.32
Hex 70 35 61 0 35 D 38 13B 24 20
Octal 160 65 141 0 65 15 70 473 44 40
Binary 1110000 110101 1100001 0 110101 1101 111000 100111011 100100 100000

Color Harmonies of #703561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703561

Black with #703561

Text Example


Text Example

White with #703561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703561; }

 p { color: rgb(112,53,97); }

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

background-color css

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

 a { background-color: rgb(112,53,97); }

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

border-color css

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

 span { border-color: rgb(112,53,97); }

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