Html Css Color HEX #700A63 Palatinate Purple

📋 copy color: '#700A63'

red 112 ◦ green 10 ◦ blue 99

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

Shades of Palatinate Purple #700A63

Tints of Palatinate Purple #700A63

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.52%

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

R = 50.68%
G = 4.52%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#700A63 (or 0x700A63) is known color: Palatinate Purple. HEX triplet: 70, 0A and 63. RGB value is (112,10,99). Sum of RGB (Red+Green+Blue) = 112+10+99=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 10 (4.30% from 255 or 4.52% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #700A63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700A63 is #8FF59C. Grayscale: #323232. Windows color (decimal): -9434525 or 6490736. OLE color: 6490736.

HSL color Cylindrical-coordinate representation of color #700A63: hue angle of 307.65º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700A63 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 10 99 -
CMYK 0 0.91 0.12 0.56
HSL 307.65º 0.84% 0.24% -
HSV(B) 307.65º 0.91% 0.44% -
XYZ 9.04 4.56 12.21 -
YUV 50.64 155.29 171.76 -
System Red Green Blue C M Y K H S L
Decimal 112 10 99 0 0.91 0.12 0.56 307.65 0.84 0.24
Hex 70 A 63 0 5B C 38 134 54 18
Octal 160 12 143 0 133 14 70 464 124 30
Binary 1110000 1010 1100011 0 1011011 1100 111000 100110100 1010100 11000

Color Harmonies of #700A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700A63

Black with #700A63

Text Example


Text Example

White with #700A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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