Html Css Color HEX #701362 Palatinate Purple

📋 copy color: '#701362'

red 112 ◦ green 19 ◦ blue 98

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

Shades of Palatinate Purple #701362

Tints of Palatinate Purple #701362

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.3%

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

R = 48.91%
G = 8.3%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#701362 (or 0x701362) is known color: Palatinate Purple. HEX triplet: 70, 13 and 62. RGB value is (112,19,98). Sum of RGB (Red+Green+Blue) = 112+19+98=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #701362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701362 is #8FEC9D. Grayscale: #373737. Windows color (decimal): -9432222 or 6427504. OLE color: 6427504.

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

Color convert

RGB 112 19 98 -
CMYK 0 0.83 0.13 0.56
HSL 309.03º 0.71% 0.26% -
HSV(B) 309.03º 0.83% 0.44% -
XYZ 9.12 4.79 12 -
YUV 55.81 151.81 168.08 -
System Red Green Blue C M Y K H S L
Decimal 112 19 98 0 0.83 0.13 0.56 309.03 0.71 0.26
Hex 70 13 62 0 53 D 38 135 47 1A
Octal 160 23 142 0 123 15 70 465 107 32
Binary 1110000 10011 1100010 0 1010011 1101 111000 100110101 1000111 11010

Color Harmonies of #701362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701362

Black with #701362

Text Example


Text Example

White with #701362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701362; }

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

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

background-color css

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

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

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

border-color css

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

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

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