Html Css Color HEX #701463 Palatinate Purple

📋 copy color: '#701463'

red 112 ◦ green 20 ◦ blue 99

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

Shades of Palatinate Purple #701463

Tints of Palatinate Purple #701463

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.66%

 BLUE value IS 99 (39.06% from 255) = 42.86%

R = 48.48%
G = 8.66%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#701463 (or 0x701463) is known color: Palatinate Purple. HEX triplet: 70, 14 and 63. RGB value is (112,20,99). Sum of RGB (Red+Green+Blue) = 112+20+99=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #701463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701463 is #8FEB9C. Grayscale: #383838. Windows color (decimal): -9431965 or 6493296. OLE color: 6493296.

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

Color convert

RGB 112 20 99 -
CMYK 0 0.82 0.12 0.56
HSL 308.48º 0.7% 0.26% -
HSV(B) 308.48º 0.82% 0.44% -
XYZ 9.18 4.85 12.26 -
YUV 56.51 151.98 167.58 -
System Red Green Blue C M Y K H S L
Decimal 112 20 99 0 0.82 0.12 0.56 308.48 0.7 0.26
Hex 70 14 63 0 52 C 38 134 46 1A
Octal 160 24 143 0 122 14 70 464 106 32
Binary 1110000 10100 1100011 0 1010010 1100 111000 100110100 1000110 11010

Color Harmonies of #701463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701463

Black with #701463

Text Example


Text Example

White with #701463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701463; }

 p { color: rgb(112,20,99); }

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

background-color css

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

 a { background-color: rgb(112,20,99); }

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

border-color css

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

 span { border-color: rgb(112,20,99); }

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