Html Css Color HEX #701868 Palatinate Purple

📋 copy color: '#701868'

red 112 ◦ green 24 ◦ blue 104

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

Shades of Palatinate Purple #701868

Tints of Palatinate Purple #701868

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10%

 BLUE value IS 104 (41.02% from 255) = 43.33%

R = 46.67%
G = 10%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#701868 (or 0x701868) is known color: Palatinate Purple. HEX triplet: 70, 18 and 68. RGB value is (112,24,104). Sum of RGB (Red+Green+Blue) = 112+24+104=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #701868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701868 is #8FE797. Grayscale: #3B3B3B. Windows color (decimal): -9430936 or 6822000. OLE color: 6822000.

HSL color Cylindrical-coordinate representation of color #701868: hue angle of 305.45º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #701868 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 24 104 -
CMYK 0 0.79 0.07 0.56
HSL 305.45º 0.65% 0.27% -
HSV(B) 305.45º 0.79% 0.44% -
XYZ 9.51 5.1 13.58 -
YUV 59.43 153.15 165.5 -
System Red Green Blue C M Y K H S L
Decimal 112 24 104 0 0.79 0.07 0.56 305.45 0.65 0.27
Hex 70 18 68 0 4F 7 38 131 41 1B
Octal 160 30 150 0 117 7 70 461 101 33
Binary 1110000 11000 1101000 0 1001111 111 111000 100110001 1000001 11011

Color Harmonies of #701868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701868

Black with #701868

Text Example


Text Example

White with #701868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701868; }

 p { color: rgb(112,24,104); }

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

background-color css

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

 a { background-color: rgb(112,24,104); }

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

border-color css

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

 span { border-color: rgb(112,24,104); }

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