Html Css Color HEX #701768 Palatinate Purple

📋 copy color: '#701768'

red 112 ◦ green 23 ◦ blue 104

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

Shades of Palatinate Purple #701768

Tints of Palatinate Purple #701768

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.62%

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

R = 46.86%
G = 9.62%
B = 43.51%

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

#701768 (or 0x701768) is known color: Palatinate Purple. HEX triplet: 70, 17 and 68. RGB value is (112,23,104). Sum of RGB (Red+Green+Blue) = 112+23+104=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #701768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701768 is #8FE897. Grayscale: #3A3A3A. Windows color (decimal): -9431192 or 6821744. OLE color: 6821744.

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

Color convert

RGB 112 23 104 -
CMYK 0 0.79 0.07 0.56
HSL 305.39º 0.66% 0.26% -
HSV(B) 305.39º 0.79% 0.44% -
XYZ 9.49 5.06 13.57 -
YUV 58.85 153.49 165.91 -
System Red Green Blue C M Y K H S L
Decimal 112 23 104 0 0.79 0.07 0.56 305.39 0.66 0.26
Hex 70 17 68 0 4F 7 38 131 42 1A
Octal 160 27 150 0 117 7 70 461 102 32
Binary 1110000 10111 1101000 0 1001111 111 111000 100110001 1000010 11010

Color Harmonies of #701768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701768

Black with #701768

Text Example


Text Example

White with #701768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701768; }

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

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

background-color css

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

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

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

border-color css

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

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

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