Html Css Color HEX #700763 Palatinate Purple

📋 copy color: '#700763'

red 112 ◦ green 7 ◦ blue 99

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

Shades of Palatinate Purple #700763

Tints of Palatinate Purple #700763

RGB

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

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

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

R = 51.38%
G = 3.21%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#700763 (or 0x700763) is known color: Palatinate Purple. HEX triplet: 70, 07 and 63. RGB value is (112,7,99). Sum of RGB (Red+Green+Blue) = 112+7+99=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #700763 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700763 is #8FF89C. Grayscale: #303030. Windows color (decimal): -9435293 or 6489968. OLE color: 6489968.

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

Color convert

RGB 112 7 99 -
CMYK 0 0.94 0.12 0.56
HSL 307.43º 0.88% 0.23% -
HSV(B) 307.43º 0.94% 0.44% -
XYZ 9.01 4.5 12.2 -
YUV 48.88 156.29 173.02 -
System Red Green Blue C M Y K H S L
Decimal 112 7 99 0 0.94 0.12 0.56 307.43 0.88 0.23
Hex 70 7 63 0 5E C 38 133 58 17
Octal 160 7 143 0 136 14 70 463 130 27
Binary 1110000 111 1100011 0 1011110 1100 111000 100110011 1011000 10111

Color Harmonies of #700763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700763

Black with #700763

Text Example


Text Example

White with #700763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700763; }

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

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

background-color css

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

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

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

border-color css

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

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

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