Html Css Color HEX #700A64 Palatinate Purple

📋 copy color: '#700A64'

red 112 ◦ green 10 ◦ blue 100

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

Shades of Palatinate Purple #700A64

Tints of Palatinate Purple #700A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 45.05%

R = 50.45%
G = 4.5%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#700A64 (or 0x700A64) is known color: Palatinate Purple. HEX triplet: 70, 0A and 64. RGB value is (112,10,100). Sum of RGB (Red+Green+Blue) = 112+10+100=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 10 (4.30% from 255 or 4.50% from 222); Blue value is 100 (39.45% from 255 or 45.05% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #700A64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700A64 is #8FF59B. Grayscale: #323232. Windows color (decimal): -9434524 or 6556272. OLE color: 6556272.

HSL color Cylindrical-coordinate representation of color #700A64: hue angle of 307.06º 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 #700A64 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 10 100 -
CMYK 0 0.91 0.11 0.56
HSL 307.06º 0.84% 0.24% -
HSV(B) 307.06º 0.91% 0.44% -
XYZ 9.09 4.58 12.46 -
YUV 50.76 155.79 171.68 -
System Red Green Blue C M Y K H S L
Decimal 112 10 100 0 0.91 0.11 0.56 307.06 0.84 0.24
Hex 70 A 64 0 5B B 38 133 54 18
Octal 160 12 144 0 133 13 70 463 124 30
Binary 1110000 1010 1100100 0 1011011 1011 111000 100110011 1010100 11000

Color Harmonies of #700A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700A64

Black with #700A64

Text Example


Text Example

White with #700A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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