Html Css Color HEX #701562 Palatinate Purple

📋 copy color: '#701562'

red 112 ◦ green 21 ◦ blue 98

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

Shades of Palatinate Purple #701562

Tints of Palatinate Purple #701562

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.09%

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

R = 48.48%
G = 9.09%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#701562 (or 0x701562) is known color: Palatinate Purple. HEX triplet: 70, 15 and 62. RGB value is (112,21,98). Sum of RGB (Red+Green+Blue) = 112+21+98=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #701562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701562 is #8FEA9D. Grayscale: #383838. Windows color (decimal): -9431710 or 6428016. OLE color: 6428016.

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

Color convert

RGB 112 21 98 -
CMYK 0 0.81 0.13 0.56
HSL 309.23º 0.68% 0.26% -
HSV(B) 309.23º 0.81% 0.44% -
XYZ 9.15 4.86 12.01 -
YUV 56.99 151.15 167.24 -
System Red Green Blue C M Y K H S L
Decimal 112 21 98 0 0.81 0.13 0.56 309.23 0.68 0.26
Hex 70 15 62 0 51 D 38 135 44 1A
Octal 160 25 142 0 121 15 70 465 104 32
Binary 1110000 10101 1100010 0 1010001 1101 111000 100110101 1000100 11010

Color Harmonies of #701562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701562

Black with #701562

Text Example


Text Example

White with #701562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701562; }

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

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

background-color css

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

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

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

border-color css

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

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

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