Html Css Color HEX #701364 Palatinate Purple

📋 copy color: '#701364'

red 112 ◦ green 19 ◦ blue 100

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

Shades of Palatinate Purple #701364

Tints of Palatinate Purple #701364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 43.29%

R = 48.48%
G = 8.23%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#701364 (or 0x701364) is known color: Palatinate Purple. HEX triplet: 70, 13 and 64. RGB value is (112,19,100). Sum of RGB (Red+Green+Blue) = 112+19+100=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 100 (39.45% from 255 or 43.29% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #701364 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701364 is #8FEC9B. Grayscale: #373737. Windows color (decimal): -9432220 or 6558576. OLE color: 6558576.

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

Color convert

RGB 112 19 100 -
CMYK 0 0.83 0.11 0.56
HSL 307.74º 0.71% 0.26% -
HSV(B) 307.74º 0.83% 0.44% -
XYZ 9.22 4.83 12.5 -
YUV 56.04 152.81 167.91 -
System Red Green Blue C M Y K H S L
Decimal 112 19 100 0 0.83 0.11 0.56 307.74 0.71 0.26
Hex 70 13 64 0 53 B 38 134 47 1A
Octal 160 23 144 0 123 13 70 464 107 32
Binary 1110000 10011 1100100 0 1010011 1011 111000 100110100 1000111 11010

Color Harmonies of #701364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701364

Black with #701364

Text Example


Text Example

White with #701364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701364; }

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

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

background-color css

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

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

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

border-color css

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

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

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