Html Css Color HEX #703768 Palatinate Purple

📋 copy color: '#703768'

red 112 ◦ green 55 ◦ blue 104

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

Shades of Palatinate Purple #703768

Tints of Palatinate Purple #703768

RGB

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

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

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

R = 41.33%
G = 20.3%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#703768 (or 0x703768) is known color: Palatinate Purple. HEX triplet: 70, 37 and 68. RGB value is (112,55,104). Sum of RGB (Red+Green+Blue) = 112+55+104=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #703768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703768 is #8FC897. Grayscale: #4D4D4D. Windows color (decimal): -9423000 or 6829936. OLE color: 6829936.

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

Color convert

RGB 112 55 104 -
CMYK 0 0.51 0.07 0.56
HSL 308.42º 0.34% 0.33% -
HSV(B) 308.42º 0.51% 0.44% -
XYZ 10.55 7.18 13.93 -
YUV 77.63 142.88 152.52 -
System Red Green Blue C M Y K H S L
Decimal 112 55 104 0 0.51 0.07 0.56 308.42 0.34 0.33
Hex 70 37 68 0 33 7 38 134 22 21
Octal 160 67 150 0 63 7 70 464 42 41
Binary 1110000 110111 1101000 0 110011 111 111000 100110100 100010 100001

Color Harmonies of #703768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703768

Black with #703768

Text Example


Text Example

White with #703768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703768; }

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

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

background-color css

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

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

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

border-color css

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

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

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