Html Css Color HEX #703862 Palatinate Purple

📋 copy color: '#703862'

red 112 ◦ green 56 ◦ blue 98

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

Shades of Palatinate Purple #703862

Tints of Palatinate Purple #703862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.84%

R = 42.11%
G = 21.05%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#703862 (or 0x703862) is known color: Palatinate Purple. HEX triplet: 70, 38 and 62. RGB value is (112,56,98). Sum of RGB (Red+Green+Blue) = 112+56+98=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #703862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703862 is #8FC79D. Grayscale: #4D4D4D. Windows color (decimal): -9422750 or 6436976. OLE color: 6436976.

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

Color convert

RGB 112 56 98 -
CMYK 0 0.50 0.13 0.56
HSL 315º 0.33% 0.33% -
HSV(B) 315º 0.5% 0.44% -
XYZ 10.3 7.15 12.39 -
YUV 77.53 139.55 152.58 -
System Red Green Blue C M Y K H S L
Decimal 112 56 98 0 0.50 0.13 0.56 315 0.33 0.33
Hex 70 38 62 0 32 D 38 13B 21 21
Octal 160 70 142 0 62 15 70 473 41 41
Binary 1110000 111000 1100010 0 110010 1101 111000 100111011 100001 100001

Color Harmonies of #703862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703862

Black with #703862

Text Example


Text Example

White with #703862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703862; }

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

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

background-color css

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

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

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

border-color css

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

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

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