Html Css Color HEX #700D69 Palatinate Purple

📋 copy color: '#700D69'

red 112 ◦ green 13 ◦ blue 105

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

Shades of Palatinate Purple #700D69

Tints of Palatinate Purple #700D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 45.65%

R = 48.7%
G = 5.65%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#700D69 (or 0x700D69) is known color: Palatinate Purple. HEX triplet: 70, 0D and 69. RGB value is (112,13,105). Sum of RGB (Red+Green+Blue) = 112+13+105=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #700D69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700D69 is #8FF296. Grayscale: #343434. Windows color (decimal): -9433751 or 6884720. OLE color: 6884720.

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

Color convert

RGB 112 13 105 -
CMYK 0 0.88 0.06 0.56
HSL 304.24º 0.79% 0.25% -
HSV(B) 304.24º 0.88% 0.44% -
XYZ 9.38 4.75 13.79 -
YUV 53.09 157.3 170.02 -
System Red Green Blue C M Y K H S L
Decimal 112 13 105 0 0.88 0.06 0.56 304.24 0.79 0.25
Hex 70 D 69 0 58 6 38 130 4F 19
Octal 160 15 151 0 130 6 70 460 117 31
Binary 1110000 1101 1101001 0 1011000 110 111000 100110000 1001111 11001

Color Harmonies of #700D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700D69

Black with #700D69

Text Example


Text Example

White with #700D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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