Html Css Color HEX #700C5E Palatinate Purple

📋 copy color: '#700C5E'

red 112 ◦ green 12 ◦ blue 94

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

Shades of Palatinate Purple #700C5E

Tints of Palatinate Purple #700C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 43.12%

R = 51.38%
G = 5.5%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#700C5E (or 0x700C5E) is known color: Palatinate Purple. HEX triplet: 70, 0C and 5E. RGB value is (112,12,94). Sum of RGB (Red+Green+Blue) = 112+12+94=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #700C5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700C5E is #8FF3A1. Grayscale: #333333. Windows color (decimal): -9434018 or 6163568. OLE color: 6163568.

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

Color convert

RGB 112 12 94 -
CMYK 0 0.89 0.16 0.56
HSL 310.8º 0.81% 0.24% -
HSV(B) 310.8º 0.89% 0.44% -
XYZ 8.83 4.52 11 -
YUV 51.25 152.13 171.33 -
System Red Green Blue C M Y K H S L
Decimal 112 12 94 0 0.89 0.16 0.56 310.8 0.81 0.24
Hex 70 C 5E 0 59 10 38 137 51 18
Octal 160 14 136 0 131 20 70 467 121 30
Binary 1110000 1100 1011110 0 1011001 10000 111000 100110111 1010001 11000

Color Harmonies of #700C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700C5E

Black with #700C5E

Text Example


Text Example

White with #700C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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