Html Css Color HEX #703865 Palatinate Purple

📋 copy color: '#703865'

red 112 ◦ green 56 ◦ blue 101

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

Shades of Palatinate Purple #703865

Tints of Palatinate Purple #703865

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.82%

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

R = 41.64%
G = 20.82%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#703865 (or 0x703865) is known color: Palatinate Purple. HEX triplet: 70, 38 and 65. RGB value is (112,56,101). Sum of RGB (Red+Green+Blue) = 112+56+101=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #703865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703865 is #8FC79A. Grayscale: #4D4D4D. Windows color (decimal): -9422747 or 6633584. OLE color: 6633584.

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

Color convert

RGB 112 56 101 -
CMYK 0 0.50 0.10 0.56
HSL 311.79º 0.33% 0.33% -
HSV(B) 311.79º 0.5% 0.44% -
XYZ 10.45 7.21 13.15 -
YUV 77.87 141.05 152.34 -
System Red Green Blue C M Y K H S L
Decimal 112 56 101 0 0.50 0.10 0.56 311.79 0.33 0.33
Hex 70 38 65 0 32 A 38 138 21 21
Octal 160 70 145 0 62 12 70 470 41 41
Binary 1110000 111000 1100101 0 110010 1010 111000 100111000 100001 100001

Color Harmonies of #703865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703865

Black with #703865

Text Example


Text Example

White with #703865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703865; }

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

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

background-color css

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

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

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

border-color css

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

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

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