#701DA0

Color #701DA0 Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #701DA0

Tints of Royal Purple #701DA0

Color information

#701DA0 (or 0x701DA0) is unknown color: approx Royal Purple. HEX triplet: 70, 1D and A0. RGB value is (112,29,160). Sum of RGB (Red+Green+Blue) = 112+29+160=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 160 (62.89% from 255 or 53.16% from 301); Max value from RGB is 160 - color contains mainly: blue. Hex color #701DA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701DA0 is #8FE25F. Grayscale: #444444. Windows color (decimal): -9429600 or 10493296. OLE color: 10493296.

HSL color Cylindrical-coordinate representation of color #701DA0: hue angle of 278.02º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #701DA0 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB11229160-
CMYK0.300.8200.37
HSL278.02º69.31%37.06%-
HSV(B)278.02º81.88%62.75%-
XYZ13.476.8633.87-
YUV68.75179.5158.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.21%
GREEN value IS 29 (11.72% from 255) = 9.63%
BLUE value IS 160 (62.89% from 255) = 53.16%
R=37.21%
G=9.63%
B=53.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal112291600.300.8200.37278.0269.3137.06
Hex701DA01E520251164525
Octal160352403612204542610545
Binary1110000111011010000011110101001001001011000101101000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701DA0; }

 p { color: rgb(112,29,160); }

 H1.HeaderClassName
 {
   color: #701DA0;
 }
 .AnyTagClassName
 {
   color: #701DA0;
 }
</style>
background-color css

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

 a { background-color: rgb(112,29,160); }

 div.DivClassName
 {
   background-color: #701DA0;
 }
 .BgClassName
 {
   background-color: #701DA0;
 }
</style>
border-color css

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

 span { border-color: rgb(112,29,160); }

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