Html Css Color HEX #703063 Palatinate Purple

📋 copy color: '#703063'

red 112 ◦ green 48 ◦ blue 99

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

Shades of Palatinate Purple #703063

Tints of Palatinate Purple #703063

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.53%

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

R = 43.24%
G = 18.53%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#703063 (or 0x703063) is known color: Palatinate Purple. HEX triplet: 70, 30 and 63. RGB value is (112,48,99). Sum of RGB (Red+Green+Blue) = 112+48+99=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #703063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703063 is #8FCF9C. Grayscale: #484848. Windows color (decimal): -9424797 or 6500464. OLE color: 6500464.

HSL color Cylindrical-coordinate representation of color #703063: hue angle of 312.19º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #703063 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 48 99 -
CMYK 0 0.57 0.12 0.56
HSL 312.19º 0.4% 0.31% -
HSV(B) 312.19º 0.57% 0.44% -
XYZ 9.99 6.46 12.52 -
YUV 72.95 142.7 155.85 -
System Red Green Blue C M Y K H S L
Decimal 112 48 99 0 0.57 0.12 0.56 312.19 0.4 0.31
Hex 70 30 63 0 39 C 38 138 28 1F
Octal 160 60 143 0 71 14 70 470 50 37
Binary 1110000 110000 1100011 0 111001 1100 111000 100111000 101000 11111

Color Harmonies of #703063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703063

Black with #703063

Text Example


Text Example

White with #703063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703063; }

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

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

background-color css

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

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

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

border-color css

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

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

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