Html Css Color HEX #700D66 Palatinate Purple

📋 copy color: '#700D66'

red 112 ◦ green 13 ◦ blue 102

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

Shades of Palatinate Purple #700D66

Tints of Palatinate Purple #700D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 44.93%

R = 49.34%
G = 5.73%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#700D66 (or 0x700D66) is known color: Palatinate Purple. HEX triplet: 70, 0D and 66. RGB value is (112,13,102). Sum of RGB (Red+Green+Blue) = 112+13+102=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #700D66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700D66 is #8FF299. Grayscale: #343434. Windows color (decimal): -9433754 or 6688112. OLE color: 6688112.

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

Color convert

RGB 112 13 102 -
CMYK 0 0.88 0.09 0.56
HSL 306.06º 0.79% 0.25% -
HSV(B) 306.06º 0.88% 0.44% -
XYZ 9.22 4.69 12.99 -
YUV 52.75 155.8 170.26 -
System Red Green Blue C M Y K H S L
Decimal 112 13 102 0 0.88 0.09 0.56 306.06 0.79 0.25
Hex 70 D 66 0 58 9 38 132 4F 19
Octal 160 15 146 0 130 11 70 462 117 31
Binary 1110000 1101 1100110 0 1011000 1001 111000 100110010 1001111 11001

Color Harmonies of #700D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700D66

Black with #700D66

Text Example


Text Example

White with #700D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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