Html Css Color HEX #700764 Palatinate Purple

📋 copy color: '#700764'

red 112 ◦ green 7 ◦ blue 100

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

Shades of Palatinate Purple #700764

Tints of Palatinate Purple #700764

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.2%

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

R = 51.14%
G = 3.2%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#700764 (or 0x700764) is known color: Palatinate Purple. HEX triplet: 70, 07 and 64. RGB value is (112,7,100). Sum of RGB (Red+Green+Blue) = 112+7+100=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 100 (39.45% from 255 or 45.66% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #700764 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700764 is #8FF89B. Grayscale: #303030. Windows color (decimal): -9435292 or 6555504. OLE color: 6555504.

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

Color convert

RGB 112 7 100 -
CMYK 0 0.94 0.11 0.56
HSL 306.86º 0.88% 0.23% -
HSV(B) 306.86º 0.94% 0.44% -
XYZ 9.06 4.52 12.45 -
YUV 49 156.79 172.94 -
System Red Green Blue C M Y K H S L
Decimal 112 7 100 0 0.94 0.11 0.56 306.86 0.88 0.23
Hex 70 7 64 0 5E B 38 133 58 17
Octal 160 7 144 0 136 13 70 463 130 27
Binary 1110000 111 1100100 0 1011110 1011 111000 100110011 1011000 10111

Color Harmonies of #700764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700764

Black with #700764

Text Example


Text Example

White with #700764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700764; }

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

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

background-color css

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

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

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

border-color css

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

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

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