Html Css Color HEX #700D62 Palatinate Purple

📋 copy color: '#700D62'

red 112 ◦ green 13 ◦ blue 98

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

Shades of Palatinate Purple #700D62

Tints of Palatinate Purple #700D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 43.95%

R = 50.22%
G = 5.83%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#700D62 (or 0x700D62) is known color: Palatinate Purple. HEX triplet: 70, 0D and 62. RGB value is (112,13,98). Sum of RGB (Red+Green+Blue) = 112+13+98=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 13 (5.47% from 255 or 5.83% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #700D62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700D62 is #8FF29D. Grayscale: #343434. Windows color (decimal): -9433758 or 6425968. OLE color: 6425968.

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

Color convert

RGB 112 13 98 -
CMYK 0 0.88 0.13 0.56
HSL 308.48º 0.79% 0.25% -
HSV(B) 308.48º 0.88% 0.44% -
XYZ 9.03 4.61 11.97 -
YUV 52.29 153.8 170.59 -
System Red Green Blue C M Y K H S L
Decimal 112 13 98 0 0.88 0.13 0.56 308.48 0.79 0.25
Hex 70 D 62 0 58 D 38 134 4F 19
Octal 160 15 142 0 130 15 70 464 117 31
Binary 1110000 1101 1100010 0 1011000 1101 111000 100110100 1001111 11001

Color Harmonies of #700D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700D62

Black with #700D62

Text Example


Text Example

White with #700D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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