Html Css Color HEX #703867 Palatinate Purple

📋 copy color: '#703867'

red 112 ◦ green 56 ◦ blue 103

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

Shades of Palatinate Purple #703867

Tints of Palatinate Purple #703867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 38.01%

R = 41.33%
G = 20.66%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#703867 (or 0x703867) is known color: Palatinate Purple. HEX triplet: 70, 38 and 67. RGB value is (112,56,103). Sum of RGB (Red+Green+Blue) = 112+56+103=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #703867 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703867 is #8FC798. Grayscale: #4D4D4D. Windows color (decimal): -9422745 or 6764656. OLE color: 6764656.

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

Color convert

RGB 112 56 103 -
CMYK 0 0.50 0.08 0.56
HSL 309.64º 0.33% 0.33% -
HSV(B) 309.64º 0.5% 0.44% -
XYZ 10.54 7.25 13.68 -
YUV 78.1 142.05 152.18 -
System Red Green Blue C M Y K H S L
Decimal 112 56 103 0 0.50 0.08 0.56 309.64 0.33 0.33
Hex 70 38 67 0 32 8 38 136 21 21
Octal 160 70 147 0 62 10 70 466 41 41
Binary 1110000 111000 1100111 0 110010 1000 111000 100110110 100001 100001

Color Harmonies of #703867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703867

Black with #703867

Text Example


Text Example

White with #703867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703867; }

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

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

background-color css

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

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

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

border-color css

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

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

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