Html Css Color HEX #703D61 Palatinate Purple

📋 copy color: '#703D61'

red 112 ◦ green 61 ◦ blue 97

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

Shades of Palatinate Purple #703D61

Tints of Palatinate Purple #703D61

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.59%

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

R = 41.48%
G = 22.59%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#703D61 (or 0x703D61) is known color: Palatinate Purple. HEX triplet: 70, 3D and 61. RGB value is (112,61,97). Sum of RGB (Red+Green+Blue) = 112+61+97=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #703D61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703D61 is #8FC29E. Grayscale: #505050. Windows color (decimal): -9421471 or 6372720. OLE color: 6372720.

HSL color Cylindrical-coordinate representation of color #703D61: hue angle of 317.65º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #703D61 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 61 97 -
CMYK 0 0.46 0.13 0.56
HSL 317.65º 0.29% 0.34% -
HSV(B) 317.65º 0.46% 0.44% -
XYZ 10.51 7.65 12.23 -
YUV 80.35 137.4 150.57 -
System Red Green Blue C M Y K H S L
Decimal 112 61 97 0 0.46 0.13 0.56 317.65 0.29 0.34
Hex 70 3D 61 0 2E D 38 13E 1D 22
Octal 160 75 141 0 56 15 70 476 35 42
Binary 1110000 111101 1100001 0 101110 1101 111000 100111110 11101 100010

Color Harmonies of #703D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703D61

Black with #703D61

Text Example


Text Example

White with #703D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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