Html Css Color HEX #703965 Palatinate Purple

📋 copy color: '#703965'

red 112 ◦ green 57 ◦ blue 101

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

Shades of Palatinate Purple #703965

Tints of Palatinate Purple #703965

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.11%

 BLUE value IS 101 (39.84% from 255) = 37.41%

R = 41.48%
G = 21.11%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#703965 (or 0x703965) is known color: Palatinate Purple. HEX triplet: 70, 39 and 65. RGB value is (112,57,101). Sum of RGB (Red+Green+Blue) = 112+57+101=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #703965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703965 is #8FC69A. Grayscale: #4E4E4E. Windows color (decimal): -9422491 or 6633840. OLE color: 6633840.

HSL color Cylindrical-coordinate representation of color #703965: hue angle of 312º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #703965 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 57 101 -
CMYK 0 0.49 0.10 0.56
HSL 312º 0.33% 0.33% -
HSV(B) 312º 0.49% 0.44% -
XYZ 10.49 7.31 13.17 -
YUV 78.46 140.72 151.92 -
System Red Green Blue C M Y K H S L
Decimal 112 57 101 0 0.49 0.10 0.56 312 0.33 0.33
Hex 70 39 65 0 31 A 38 138 21 21
Octal 160 71 145 0 61 12 70 470 41 41
Binary 1110000 111001 1100101 0 110001 1010 111000 100111000 100001 100001

Color Harmonies of #703965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703965

Black with #703965

Text Example


Text Example

White with #703965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703965; }

 p { color: rgb(112,57,101); }

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

background-color css

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

 a { background-color: rgb(112,57,101); }

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

border-color css

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

 span { border-color: rgb(112,57,101); }

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