Html Css Color HEX #703963 Palatinate Purple

📋 copy color: '#703963'

red 112 ◦ green 57 ◦ blue 99

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

Shades of Palatinate Purple #703963

Tints of Palatinate Purple #703963

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.27%

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

R = 41.79%
G = 21.27%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#703963 (or 0x703963) is known color: Palatinate Purple. HEX triplet: 70, 39 and 63. RGB value is (112,57,99). Sum of RGB (Red+Green+Blue) = 112+57+99=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #703963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703963 is #8FC69C. Grayscale: #4E4E4E. Windows color (decimal): -9422493 or 6502768. OLE color: 6502768.

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

Color convert

RGB 112 57 99 -
CMYK 0 0.49 0.12 0.56
HSL 314.18º 0.33% 0.33% -
HSV(B) 314.18º 0.49% 0.44% -
XYZ 10.4 7.27 12.66 -
YUV 78.23 139.72 152.08 -
System Red Green Blue C M Y K H S L
Decimal 112 57 99 0 0.49 0.12 0.56 314.18 0.33 0.33
Hex 70 39 63 0 31 C 38 13A 21 21
Octal 160 71 143 0 61 14 70 472 41 41
Binary 1110000 111001 1100011 0 110001 1100 111000 100111010 100001 100001

Color Harmonies of #703963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703963

Black with #703963

Text Example


Text Example

White with #703963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703963; }

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

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

background-color css

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

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

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

border-color css

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

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

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