Html Css Color HEX #700562 Palatinate Purple

📋 copy color: '#700562'

red 112 ◦ green 5 ◦ blue 98

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

Shades of Palatinate Purple #700562

Tints of Palatinate Purple #700562

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.33%

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

R = 52.09%
G = 2.33%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#700562 (or 0x700562) is known color: Palatinate Purple. HEX triplet: 70, 05 and 62. RGB value is (112,5,98). Sum of RGB (Red+Green+Blue) = 112+5+98=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #700562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700562 is #8FFA9D. Grayscale: #2F2F2F. Windows color (decimal): -9435806 or 6423920. OLE color: 6423920.

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

Color convert

RGB 112 5 98 -
CMYK 0 0.96 0.13 0.56
HSL 307.85º 0.91% 0.23% -
HSV(B) 307.85º 0.96% 0.44% -
XYZ 8.94 4.44 11.94 -
YUV 47.6 156.45 173.94 -
System Red Green Blue C M Y K H S L
Decimal 112 5 98 0 0.96 0.13 0.56 307.85 0.91 0.23
Hex 70 5 62 0 60 D 38 134 5B 17
Octal 160 5 142 0 140 15 70 464 133 27
Binary 1110000 101 1100010 0 1100000 1101 111000 100110100 1011011 10111

Color Harmonies of #700562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700562

Black with #700562

Text Example


Text Example

White with #700562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700562; }

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

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

background-color css

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

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

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

border-color css

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

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

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