Html Css Color HEX #701065 Palatinate Purple

📋 copy color: '#701065'

red 112 ◦ green 16 ◦ blue 101

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

Shades of Palatinate Purple #701065

Tints of Palatinate Purple #701065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 44.1%

R = 48.91%
G = 6.99%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#701065 (or 0x701065) is known color: Palatinate Purple. HEX triplet: 70, 10 and 65. RGB value is (112,16,101). Sum of RGB (Red+Green+Blue) = 112+16+101=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #701065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701065 is #8FEF9A. Grayscale: #363636. Windows color (decimal): -9432987 or 6623344. OLE color: 6623344.

HSL color Cylindrical-coordinate representation of color #701065: hue angle of 306.88º 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 #701065 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 16 101 -
CMYK 0 0.86 0.10 0.56
HSL 306.88º 0.75% 0.25% -
HSV(B) 306.88º 0.86% 0.44% -
XYZ 9.22 4.75 12.74 -
YUV 54.39 154.3 169.09 -
System Red Green Blue C M Y K H S L
Decimal 112 16 101 0 0.86 0.10 0.56 306.88 0.75 0.25
Hex 70 10 65 0 56 A 38 133 4B 19
Octal 160 20 145 0 126 12 70 463 113 31
Binary 1110000 10000 1100101 0 1010110 1010 111000 100110011 1001011 11001

Color Harmonies of #701065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701065

Black with #701065

Text Example


Text Example

White with #701065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701065; }

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

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

background-color css

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

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

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

border-color css

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

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

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