Html Css Color HEX #701258 Palatinate Purple

📋 copy color: '#701258'

red 112 ◦ green 18 ◦ blue 88

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

Shades of Palatinate Purple #701258

Tints of Palatinate Purple #701258

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.26%

 BLUE value IS 88 (34.77% from 255) = 40.37%

R = 51.38%
G = 8.26%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#701258 (or 0x701258) is known color: Palatinate Purple. HEX triplet: 70, 12 and 58. RGB value is (112,18,88). Sum of RGB (Red+Green+Blue) = 112+18+88=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #701258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701258 is #8FEDA7. Grayscale: #353535. Windows color (decimal): -9432488 or 5771888. OLE color: 5771888.

HSL color Cylindrical-coordinate representation of color #701258: hue angle of 315.32º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701258 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 18 88 -
CMYK 0 0.84 0.21 0.56
HSL 315.32º 0.72% 0.25% -
HSV(B) 315.32º 0.84% 0.44% -
XYZ 8.66 4.58 9.66 -
YUV 54.09 147.14 169.31 -
System Red Green Blue C M Y K H S L
Decimal 112 18 88 0 0.84 0.21 0.56 315.32 0.72 0.25
Hex 70 12 58 0 54 15 38 13B 48 19
Octal 160 22 130 0 124 25 70 473 110 31
Binary 1110000 10010 1011000 0 1010100 10101 111000 100111011 1001000 11001

Color Harmonies of #701258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701258

Black with #701258

Text Example


Text Example

White with #701258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701258; }

 p { color: rgb(112,18,88); }

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

background-color css

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

 a { background-color: rgb(112,18,88); }

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

border-color css

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

 span { border-color: rgb(112,18,88); }

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