Html Css Color HEX #701569 Palatinate Purple

📋 copy color: '#701569'

red 112 ◦ green 21 ◦ blue 105

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

Shades of Palatinate Purple #701569

Tints of Palatinate Purple #701569

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.82%

 BLUE value IS 105 (41.41% from 255) = 44.12%

R = 47.06%
G = 8.82%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#701569 (or 0x701569) is known color: Palatinate Purple. HEX triplet: 70, 15 and 69. RGB value is (112,21,105). Sum of RGB (Red+Green+Blue) = 112+21+105=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #701569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701569 is #8FEA96. Grayscale: #393939. Windows color (decimal): -9431703 or 6886768. OLE color: 6886768.

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

Color convert

RGB 112 21 105 -
CMYK 0 0.81 0.06 0.56
HSL 304.62º 0.68% 0.26% -
HSV(B) 304.62º 0.81% 0.44% -
XYZ 9.5 5 13.83 -
YUV 57.79 154.65 166.67 -
System Red Green Blue C M Y K H S L
Decimal 112 21 105 0 0.81 0.06 0.56 304.62 0.68 0.26
Hex 70 15 69 0 51 6 38 131 44 1A
Octal 160 25 151 0 121 6 70 461 104 32
Binary 1110000 10101 1101001 0 1010001 110 111000 100110001 1000100 11010

Color Harmonies of #701569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701569

Black with #701569

Text Example


Text Example

White with #701569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701569; }

 p { color: rgb(112,21,105); }

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

background-color css

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

 a { background-color: rgb(112,21,105); }

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

border-color css

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

 span { border-color: rgb(112,21,105); }

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