Html Css Color HEX #701565 Palatinate Purple

📋 copy color: '#701565'

red 112 ◦ green 21 ◦ blue 101

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

Shades of Palatinate Purple #701565

Tints of Palatinate Purple #701565

RGB

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

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

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

R = 47.86%
G = 8.97%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#701565 (or 0x701565) is known color: Palatinate Purple. HEX triplet: 70, 15 and 65. RGB value is (112,21,101). Sum of RGB (Red+Green+Blue) = 112+21+101=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #701565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701565 is #8FEA9A. Grayscale: #393939. Windows color (decimal): -9431707 or 6624624. OLE color: 6624624.

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

Color convert

RGB 112 21 101 -
CMYK 0 0.81 0.10 0.56
HSL 307.25º 0.68% 0.26% -
HSV(B) 307.25º 0.81% 0.44% -
XYZ 9.3 4.92 12.77 -
YUV 57.33 152.65 167 -
System Red Green Blue C M Y K H S L
Decimal 112 21 101 0 0.81 0.10 0.56 307.25 0.68 0.26
Hex 70 15 65 0 51 A 38 133 44 1A
Octal 160 25 145 0 121 12 70 463 104 32
Binary 1110000 10101 1100101 0 1010001 1010 111000 100110011 1000100 11010

Color Harmonies of #701565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701565

Black with #701565

Text Example


Text Example

White with #701565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701565; }

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

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

background-color css

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

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

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

border-color css

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

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

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