Html Css Color HEX #700B5D Palatinate Purple

📋 copy color: '#700B5D'

red 112 ◦ green 11 ◦ blue 93

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

Shades of Palatinate Purple #700B5D

Tints of Palatinate Purple #700B5D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.09%

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

R = 51.85%
G = 5.09%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#700B5D (or 0x700B5D) is known color: Palatinate Purple. HEX triplet: 70, 0B and 5D. RGB value is (112,11,93). Sum of RGB (Red+Green+Blue) = 112+11+93=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 11 (4.69% from 255 or 5.09% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #700B5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700B5D is #8FF4A2. Grayscale: #323232. Windows color (decimal): -9434275 or 6097776. OLE color: 6097776.

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

Color convert

RGB 112 11 93 -
CMYK 0 0.90 0.17 0.56
HSL 311.29º 0.82% 0.24% -
HSV(B) 311.29º 0.9% 0.44% -
XYZ 8.78 4.47 10.76 -
YUV 50.55 151.96 171.83 -
System Red Green Blue C M Y K H S L
Decimal 112 11 93 0 0.90 0.17 0.56 311.29 0.82 0.24
Hex 70 B 5D 0 5A 11 38 137 52 18
Octal 160 13 135 0 132 21 70 467 122 30
Binary 1110000 1011 1011101 0 1011010 10001 111000 100110111 1010010 11000

Color Harmonies of #700B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700B5D

Black with #700B5D

Text Example


Text Example

White with #700B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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