Html Css Color HEX #703760 Palatinate Purple

📋 copy color: '#703760'

red 112 ◦ green 55 ◦ blue 96

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

Shades of Palatinate Purple #703760

Tints of Palatinate Purple #703760

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.91%

 BLUE value IS 96 (37.89% from 255) = 36.5%

R = 42.59%
G = 20.91%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#703760 (or 0x703760) is known color: Palatinate Purple. HEX triplet: 70, 37 and 60. RGB value is (112,55,96). Sum of RGB (Red+Green+Blue) = 112+55+96=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #703760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703760 is #8FC89F. Grayscale: #4C4C4C. Windows color (decimal): -9423008 or 6305648. OLE color: 6305648.

HSL color Cylindrical-coordinate representation of color #703760: hue angle of 316.84º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #703760 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 55 96 -
CMYK 0 0.51 0.14 0.56
HSL 316.84º 0.34% 0.33% -
HSV(B) 316.84º 0.51% 0.44% -
XYZ 10.16 7.02 11.89 -
YUV 76.72 138.88 153.17 -
System Red Green Blue C M Y K H S L
Decimal 112 55 96 0 0.51 0.14 0.56 316.84 0.34 0.33
Hex 70 37 60 0 33 E 38 13D 22 21
Octal 160 67 140 0 63 16 70 475 42 41
Binary 1110000 110111 1100000 0 110011 1110 111000 100111101 100010 100001

Color Harmonies of #703760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703760

Black with #703760

Text Example


Text Example

White with #703760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703760; }

 p { color: rgb(112,55,96); }

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

background-color css

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

 a { background-color: rgb(112,55,96); }

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

border-color css

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

 span { border-color: rgb(112,55,96); }

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