Html Css Color HEX #701C68 Palatinate Purple

📋 copy color: '#701C68'

red 112 ◦ green 28 ◦ blue 104

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

Shades of Palatinate Purple #701C68

Tints of Palatinate Purple #701C68

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.48%

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

R = 45.9%
G = 11.48%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#701C68 (or 0x701C68) is known color: Palatinate Purple. HEX triplet: 70, 1C and 68. RGB value is (112,28,104). Sum of RGB (Red+Green+Blue) = 112+28+104=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 28 (11.33% from 255 or 11.48% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #701C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701C68 is #8FE397. Grayscale: #3D3D3D. Windows color (decimal): -9429912 or 6823024. OLE color: 6823024.

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

Color convert

RGB 112 28 104 -
CMYK 0 0.75 0.07 0.56
HSL 305.71º 0.6% 0.27% -
HSV(B) 305.71º 0.75% 0.44% -
XYZ 9.6 5.27 13.61 -
YUV 61.78 151.83 163.82 -
System Red Green Blue C M Y K H S L
Decimal 112 28 104 0 0.75 0.07 0.56 305.71 0.6 0.27
Hex 70 1C 68 0 4B 7 38 132 3C 1B
Octal 160 34 150 0 113 7 70 462 74 33
Binary 1110000 11100 1101000 0 1001011 111 111000 100110010 111100 11011

Color Harmonies of #701C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701C68

Black with #701C68

Text Example


Text Example

White with #701C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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