Html Css Color HEX #703868 Palatinate Purple

📋 copy color: '#703868'

red 112 ◦ green 56 ◦ blue 104

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

Shades of Palatinate Purple #703868

Tints of Palatinate Purple #703868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 38.24%

R = 41.18%
G = 20.59%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#703868 (or 0x703868) is known color: Palatinate Purple. HEX triplet: 70, 38 and 68. RGB value is (112,56,104). Sum of RGB (Red+Green+Blue) = 112+56+104=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #703868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703868 is #8FC797. Grayscale: #4E4E4E. Windows color (decimal): -9422744 or 6830192. OLE color: 6830192.

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

Color convert

RGB 112 56 104 -
CMYK 0 0.50 0.07 0.56
HSL 308.57º 0.33% 0.33% -
HSV(B) 308.57º 0.5% 0.44% -
XYZ 10.59 7.27 13.94 -
YUV 78.22 142.55 152.1 -
System Red Green Blue C M Y K H S L
Decimal 112 56 104 0 0.50 0.07 0.56 308.57 0.33 0.33
Hex 70 38 68 0 32 7 38 135 21 21
Octal 160 70 150 0 62 7 70 465 41 41
Binary 1110000 111000 1101000 0 110010 111 111000 100110101 100001 100001

Color Harmonies of #703868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703868

Black with #703868

Text Example


Text Example

White with #703868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703868; }

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

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

background-color css

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

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

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

border-color css

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

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

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