Html Css Color HEX #703863 Palatinate Purple

📋 copy color: '#703863'

red 112 ◦ green 56 ◦ blue 99

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

Shades of Palatinate Purple #703863

Tints of Palatinate Purple #703863

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.97%

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

R = 41.95%
G = 20.97%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#703863 (or 0x703863) is known color: Palatinate Purple. HEX triplet: 70, 38 and 63. RGB value is (112,56,99). Sum of RGB (Red+Green+Blue) = 112+56+99=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #703863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703863 is #8FC79C. Grayscale: #4D4D4D. Windows color (decimal): -9422749 or 6502512. OLE color: 6502512.

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

Color convert

RGB 112 56 99 -
CMYK 0 0.50 0.12 0.56
HSL 313.93º 0.33% 0.33% -
HSV(B) 313.93º 0.5% 0.44% -
XYZ 10.35 7.17 12.64 -
YUV 77.65 140.05 152.5 -
System Red Green Blue C M Y K H S L
Decimal 112 56 99 0 0.50 0.12 0.56 313.93 0.33 0.33
Hex 70 38 63 0 32 C 38 13A 21 21
Octal 160 70 143 0 62 14 70 472 41 41
Binary 1110000 111000 1100011 0 110010 1100 111000 100111010 100001 100001

Color Harmonies of #703863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703863

Black with #703863

Text Example


Text Example

White with #703863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703863; }

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

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

background-color css

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

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

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

border-color css

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

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

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