Html Css Color HEX #703B5F Palatinate Purple

📋 copy color: '#703B5F'

red 112 ◦ green 59 ◦ blue 95

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

Shades of Palatinate Purple #703B5F

Tints of Palatinate Purple #703B5F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.18%

 BLUE value IS 95 (37.5% from 255) = 35.71%

R = 42.11%
G = 22.18%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#703B5F (or 0x703B5F) is known color: Palatinate Purple. HEX triplet: 70, 3B and 5F. RGB value is (112,59,95). Sum of RGB (Red+Green+Blue) = 112+59+95=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #703B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703B5F is #8FC4A0. Grayscale: #4E4E4E. Windows color (decimal): -9421985 or 6241136. OLE color: 6241136.

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

Color convert

RGB 112 59 95 -
CMYK 0 0.47 0.15 0.56
HSL 319.25º 0.31% 0.34% -
HSV(B) 319.25º 0.47% 0.44% -
XYZ 10.31 7.4 11.71 -
YUV 78.95 137.06 151.57 -
System Red Green Blue C M Y K H S L
Decimal 112 59 95 0 0.47 0.15 0.56 319.25 0.31 0.34
Hex 70 3B 5F 0 2F F 38 13F 1F 22
Octal 160 73 137 0 57 17 70 477 37 42
Binary 1110000 111011 1011111 0 101111 1111 111000 100111111 11111 100010

Color Harmonies of #703B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703B5F

Black with #703B5F

Text Example


Text Example

White with #703B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,59,95); }

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

background-color css

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

 a { background-color: rgb(112,59,95); }

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

border-color css

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

 span { border-color: rgb(112,59,95); }

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