Html Css Color HEX #701069 Palatinate Purple

📋 copy color: '#701069'

red 112 ◦ green 16 ◦ blue 105

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

Shades of Palatinate Purple #701069

Tints of Palatinate Purple #701069

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.87%

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

R = 48.07%
G = 6.87%
B = 45.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#701069 (or 0x701069) is known color: Palatinate Purple. HEX triplet: 70, 10 and 69. RGB value is (112,16,105). Sum of RGB (Red+Green+Blue) = 112+16+105=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #701069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701069 is #8FEF96. Grayscale: #363636. Windows color (decimal): -9432983 or 6885488. OLE color: 6885488.

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

Color convert

RGB 112 16 105 -
CMYK 0 0.86 0.06 0.56
HSL 304.38º 0.75% 0.25% -
HSV(B) 304.38º 0.86% 0.44% -
XYZ 9.42 4.84 13.8 -
YUV 54.85 156.3 168.76 -
System Red Green Blue C M Y K H S L
Decimal 112 16 105 0 0.86 0.06 0.56 304.38 0.75 0.25
Hex 70 10 69 0 56 6 38 130 4B 19
Octal 160 20 151 0 126 6 70 460 113 31
Binary 1110000 10000 1101001 0 1010110 110 111000 100110000 1001011 11001

Color Harmonies of #701069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701069

Black with #701069

Text Example


Text Example

White with #701069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701069; }

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

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

background-color css

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

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

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

border-color css

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

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

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