Html Css Color HEX #700862 Palatinate Purple

📋 copy color: '#700862'

red 112 ◦ green 8 ◦ blue 98

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

Shades of Palatinate Purple #700862

Tints of Palatinate Purple #700862

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.67%

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

R = 51.38%
G = 3.67%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#700862 (or 0x700862) is known color: Palatinate Purple. HEX triplet: 70, 08 and 62. RGB value is (112,8,98). Sum of RGB (Red+Green+Blue) = 112+8+98=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #700862 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700862 is #8FF79D. Grayscale: #313131. Windows color (decimal): -9435038 or 6424688. OLE color: 6424688.

HSL color Cylindrical-coordinate representation of color #700862: hue angle of 308.08º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700862 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 8 98 -
CMYK 0 0.93 0.13 0.56
HSL 308.08º 0.87% 0.24% -
HSV(B) 308.08º 0.93% 0.44% -
XYZ 8.97 4.5 11.95 -
YUV 49.36 155.46 172.68 -
System Red Green Blue C M Y K H S L
Decimal 112 8 98 0 0.93 0.13 0.56 308.08 0.87 0.24
Hex 70 8 62 0 5D D 38 134 57 18
Octal 160 10 142 0 135 15 70 464 127 30
Binary 1110000 1000 1100010 0 1011101 1101 111000 100110100 1010111 11000

Color Harmonies of #700862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700862

Black with #700862

Text Example


Text Example

White with #700862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700862; }

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

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

background-color css

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

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

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

border-color css

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

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

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