Html Css Color HEX #700F5F Palatinate Purple

📋 copy color: '#700F5F'

red 112 ◦ green 15 ◦ blue 95

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

Shades of Palatinate Purple #700F5F

Tints of Palatinate Purple #700F5F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.76%

 BLUE value IS 95 (37.5% from 255) = 42.79%

R = 50.45%
G = 6.76%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#700F5F (or 0x700F5F) is known color: Palatinate Purple. HEX triplet: 70, 0F and 5F. RGB value is (112,15,95). Sum of RGB (Red+Green+Blue) = 112+15+95=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 15 (6.25% from 255 or 6.76% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #700F5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700F5F is #8FF0A0. Grayscale: #343434. Windows color (decimal): -9433249 or 6229872. OLE color: 6229872.

HSL color Cylindrical-coordinate representation of color #700F5F: hue angle of 310.52º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #700F5F is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 15 95 -
CMYK 0 0.87 0.15 0.56
HSL 310.52º 0.76% 0.25% -
HSV(B) 310.52º 0.87% 0.44% -
XYZ 8.92 4.61 11.25 -
YUV 53.12 151.64 170 -
System Red Green Blue C M Y K H S L
Decimal 112 15 95 0 0.87 0.15 0.56 310.52 0.76 0.25
Hex 70 F 5F 0 57 F 38 137 4C 19
Octal 160 17 137 0 127 17 70 467 114 31
Binary 1110000 1111 1011111 0 1010111 1111 111000 100110111 1001100 11001

Color Harmonies of #700F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700F5F

Black with #700F5F

Text Example


Text Example

White with #700F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,15,95); }

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

background-color css

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

 a { background-color: rgb(112,15,95); }

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

border-color css

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

 span { border-color: rgb(112,15,95); }

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