Html Css Color HEX #701365 Palatinate Purple

📋 copy color: '#701365'

red 112 ◦ green 19 ◦ blue 101

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

Shades of Palatinate Purple #701365

Tints of Palatinate Purple #701365

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.19%

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

R = 48.28%
G = 8.19%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#701365 (or 0x701365) is known color: Palatinate Purple. HEX triplet: 70, 13 and 65. RGB value is (112,19,101). Sum of RGB (Red+Green+Blue) = 112+19+101=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #701365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701365 is #8FEC9A. Grayscale: #373737. Windows color (decimal): -9432219 or 6624112. OLE color: 6624112.

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

Color convert

RGB 112 19 101 -
CMYK 0 0.83 0.10 0.56
HSL 307.1º 0.71% 0.26% -
HSV(B) 307.1º 0.83% 0.44% -
XYZ 9.26 4.85 12.76 -
YUV 56.16 153.31 167.83 -
System Red Green Blue C M Y K H S L
Decimal 112 19 101 0 0.83 0.10 0.56 307.1 0.71 0.26
Hex 70 13 65 0 53 A 38 133 47 1A
Octal 160 23 145 0 123 12 70 463 107 32
Binary 1110000 10011 1100101 0 1010011 1010 111000 100110011 1000111 11010

Color Harmonies of #701365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701365

Black with #701365

Text Example


Text Example

White with #701365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701365; }

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

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

background-color css

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

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

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

border-color css

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

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

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