Html Css Color HEX #703764 Palatinate Purple

📋 copy color: '#703764'

red 112 ◦ green 55 ◦ blue 100

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

Shades of Palatinate Purple #703764

Tints of Palatinate Purple #703764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 37.45%

R = 41.95%
G = 20.6%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#703764 (or 0x703764) is known color: Palatinate Purple. HEX triplet: 70, 37 and 64. RGB value is (112,55,100). Sum of RGB (Red+Green+Blue) = 112+55+100=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #703764 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703764 is #8FC89B. Grayscale: #4D4D4D. Windows color (decimal): -9423004 or 6567792. OLE color: 6567792.

HSL color Cylindrical-coordinate representation of color #703764: hue angle of 312.63º 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 #703764 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 55 100 -
CMYK 0 0.51 0.11 0.56
HSL 312.63º 0.34% 0.33% -
HSV(B) 312.63º 0.51% 0.44% -
XYZ 10.35 7.1 12.88 -
YUV 77.17 140.88 152.84 -
System Red Green Blue C M Y K H S L
Decimal 112 55 100 0 0.51 0.11 0.56 312.63 0.34 0.33
Hex 70 37 64 0 33 B 38 139 22 21
Octal 160 67 144 0 63 13 70 471 42 41
Binary 1110000 110111 1100100 0 110011 1011 111000 100111001 100010 100001

Color Harmonies of #703764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703764

Black with #703764

Text Example


Text Example

White with #703764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703764; }

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

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

background-color css

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

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

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

border-color css

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

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

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