#7018A5

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

Shades of Royal Purple #7018A5

Tints of Royal Purple #7018A5

Color information

#7018A5 (or 0x7018A5) is unknown color: approx Royal Purple. HEX triplet: 70, 18 and A5. RGB value is (112,24,165). Sum of RGB (Red+Green+Blue) = 112+24+165=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 165 (64.84% from 255 or 54.82% from 301); Max value from RGB is 165 - color contains mainly: blue. Hex color #7018A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7018A5 is #8FE75A. Grayscale: #414141. Windows color (decimal): -9430875 or 10819696. OLE color: 10819696.

HSL color Cylindrical-coordinate representation of color #7018A5: hue angle of 277.45º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7018A5 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11224165-
CMYK0.320.8500.35
HSL277.45º74.6%37.06%-
HSV(B)277.45º85.45%64.71%-
XYZ13.86.8136.19-
YUV66.39183.65160.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.21%
GREEN value IS 24 (9.77% from 255) = 7.97%
BLUE value IS 165 (64.84% from 255) = 54.82%
R=37.21%
G=7.97%
B=54.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal112241650.320.8500.35277.4574.637.06
Hex7018A520550231154b25
Octal160302454012504342511345
Binary11100001100010100101100000101010101000111000101011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7018A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7018A5; }

 p { color: rgb(112,24,165); }

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

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

 a { background-color: rgb(112,24,165); }

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

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

 span { border-color: rgb(112,24,165); }

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