Html Css Color HEX #700C5D Palatinate Purple

📋 copy color: '#700C5D'

red 112 ◦ green 12 ◦ blue 93

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

Shades of Palatinate Purple #700C5D

Tints of Palatinate Purple #700C5D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.53%

 BLUE value IS 93 (36.72% from 255) = 42.86%

R = 51.61%
G = 5.53%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#700C5D (or 0x700C5D) is known color: Palatinate Purple. HEX triplet: 70, 0C and 5D. RGB value is (112,12,93). Sum of RGB (Red+Green+Blue) = 112+12+93=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #700C5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700C5D is #8FF3A2. Grayscale: #323232. Windows color (decimal): -9434019 or 6098032. OLE color: 6098032.

HSL color Cylindrical-coordinate representation of color #700C5D: hue angle of 311.4º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #700C5D is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 12 93 -
CMYK 0 0.89 0.17 0.56
HSL 311.4º 0.81% 0.24% -
HSV(B) 311.4º 0.89% 0.44% -
XYZ 8.79 4.5 10.76 -
YUV 51.13 151.63 171.41 -
System Red Green Blue C M Y K H S L
Decimal 112 12 93 0 0.89 0.17 0.56 311.4 0.81 0.24
Hex 70 C 5D 0 59 11 38 137 51 18
Octal 160 14 135 0 131 21 70 467 121 30
Binary 1110000 1100 1011101 0 1011001 10001 111000 100110111 1010001 11000

Color Harmonies of #700C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700C5D

Black with #700C5D

Text Example


Text Example

White with #700C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,12,93); }

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

background-color css

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

 a { background-color: rgb(112,12,93); }

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

border-color css

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

 span { border-color: rgb(112,12,93); }

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