Html Css Color HEX #703761 Palatinate Purple

📋 copy color: '#703761'

red 112 ◦ green 55 ◦ blue 97

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

Shades of Palatinate Purple #703761

Tints of Palatinate Purple #703761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 36.74%

R = 42.42%
G = 20.83%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#703761 (or 0x703761) is known color: Palatinate Purple. HEX triplet: 70, 37 and 61. RGB value is (112,55,97). Sum of RGB (Red+Green+Blue) = 112+55+97=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #703761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703761 is #8FC89E. Grayscale: #4C4C4C. Windows color (decimal): -9423007 or 6371184. OLE color: 6371184.

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

Color convert

RGB 112 55 97 -
CMYK 0 0.51 0.13 0.56
HSL 315.79º 0.34% 0.33% -
HSV(B) 315.79º 0.51% 0.44% -
XYZ 10.21 7.04 12.13 -
YUV 76.83 139.38 153.08 -
System Red Green Blue C M Y K H S L
Decimal 112 55 97 0 0.51 0.13 0.56 315.79 0.34 0.33
Hex 70 37 61 0 33 D 38 13C 22 21
Octal 160 67 141 0 63 15 70 474 42 41
Binary 1110000 110111 1100001 0 110011 1101 111000 100111100 100010 100001

Color Harmonies of #703761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703761

Black with #703761

Text Example


Text Example

White with #703761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703761; }

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

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

background-color css

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

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

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

border-color css

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

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

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