Html Css Color HEX #700D64 Palatinate Purple

📋 copy color: '#700D64'

red 112 ◦ green 13 ◦ blue 100

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

Shades of Palatinate Purple #700D64

Tints of Palatinate Purple #700D64

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.78%

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

R = 49.78%
G = 5.78%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#700D64 (or 0x700D64) is known color: Palatinate Purple. HEX triplet: 70, 0D and 64. RGB value is (112,13,100). Sum of RGB (Red+Green+Blue) = 112+13+100=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #700D64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700D64 is #8FF29B. Grayscale: #343434. Windows color (decimal): -9433756 or 6557040. OLE color: 6557040.

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

Color convert

RGB 112 13 100 -
CMYK 0 0.88 0.11 0.56
HSL 307.27º 0.79% 0.25% -
HSV(B) 307.27º 0.88% 0.44% -
XYZ 9.13 4.65 12.47 -
YUV 52.52 154.8 170.43 -
System Red Green Blue C M Y K H S L
Decimal 112 13 100 0 0.88 0.11 0.56 307.27 0.79 0.25
Hex 70 D 64 0 58 B 38 133 4F 19
Octal 160 15 144 0 130 13 70 463 117 31
Binary 1110000 1101 1100100 0 1011000 1011 111000 100110011 1001111 11001

Color Harmonies of #700D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700D64

Black with #700D64

Text Example


Text Example

White with #700D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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