Html Css Color HEX #700563 Purple

📋 copy color: '#700563'

red 112 ◦ green 5 ◦ blue 99

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

Shades of Purple #700563

Tints of Purple #700563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 45.83%

R = 51.85%
G = 2.31%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#700563 (or 0x700563) is known color: Purple. HEX triplet: 70, 05 and 63. RGB value is (112,5,99). Sum of RGB (Red+Green+Blue) = 112+5+99=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #700563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700563 is #8FFA9C. Grayscale: #2F2F2F. Windows color (decimal): -9435805 or 6489456. OLE color: 6489456.

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

Color convert

RGB 112 5 99 -
CMYK 0 0.96 0.12 0.56
HSL 307.29º 0.91% 0.23% -
HSV(B) 307.29º 0.96% 0.44% -
XYZ 8.99 4.45 12.19 -
YUV 47.71 156.95 173.86 -
System Red Green Blue C M Y K H S L
Decimal 112 5 99 0 0.96 0.12 0.56 307.29 0.91 0.23
Hex 70 5 63 0 60 C 38 133 5B 17
Octal 160 5 143 0 140 14 70 463 133 27
Binary 1110000 101 1100011 0 1100000 1100 111000 100110011 1011011 10111

Color Harmonies of #700563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700563

Black with #700563

Text Example


Text Example

White with #700563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700563; }

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

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

background-color css

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

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

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

border-color css

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

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

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