#7041B7

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

Shades of Royal Purple #7041B7

Tints of Royal Purple #7041B7

Color information

#7041B7 (or 0x7041B7) is unknown color: approx Royal Purple. HEX triplet: 70, 41 and B7. RGB value is (112,65,183). Sum of RGB (Red+Green+Blue) = 112+65+183=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 183 (71.88% from 255 or 50.83% from 360); Max value from RGB is 183 - color contains mainly: blue. Hex color #7041B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7041B7 is #8FBE48. Grayscale: #5C5C5C. Windows color (decimal): -9420361 or 12009840. OLE color: 12009840.

HSL color Cylindrical-coordinate representation of color #7041B7: hue angle of 263.9º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7041B7 is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11265183-
CMYK0.390.6400.28
HSL263.9º47.58%48.63%-
HSV(B)263.9º64.48%71.76%-
XYZ17.1210.6445.95-
YUV92.5179.07141.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.11%
GREEN value IS 65 (25.78% from 255) = 18.06%
BLUE value IS 183 (71.88% from 255) = 50.83%
R=31.11%
G=18.06%
B=50.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal112651830.390.6400.28263.947.5848.63
Hex7041B7274001C1083031
Octal160101267471000344106061
Binary11100001000001101101111001111000000011100100001000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7041B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7041B7; }

 p { color: rgb(112,65,183); }

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

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

 a { background-color: rgb(112,65,183); }

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

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

 span { border-color: rgb(112,65,183); }

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