Html Css Color HEX #703763 Palatinate Purple

📋 copy color: '#703763'

red 112 ◦ green 55 ◦ blue 99

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

Shades of Palatinate Purple #703763

Tints of Palatinate Purple #703763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 37.22%

R = 42.11%
G = 20.68%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#703763 (or 0x703763) is known color: Palatinate Purple. HEX triplet: 70, 37 and 63. RGB value is (112,55,99). Sum of RGB (Red+Green+Blue) = 112+55+99=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #703763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703763 is #8FC89C. Grayscale: #4C4C4C. Windows color (decimal): -9423005 or 6502256. OLE color: 6502256.

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

Color convert

RGB 112 55 99 -
CMYK 0 0.51 0.12 0.56
HSL 313.68º 0.34% 0.33% -
HSV(B) 313.68º 0.51% 0.44% -
XYZ 10.3 7.08 12.63 -
YUV 77.06 140.38 152.92 -
System Red Green Blue C M Y K H S L
Decimal 112 55 99 0 0.51 0.12 0.56 313.68 0.34 0.33
Hex 70 37 63 0 33 C 38 13A 22 21
Octal 160 67 143 0 63 14 70 472 42 41
Binary 1110000 110111 1100011 0 110011 1100 111000 100111010 100010 100001

Color Harmonies of #703763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703763

Black with #703763

Text Example


Text Example

White with #703763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703763; }

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

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

background-color css

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

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

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

border-color css

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

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

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