#741FA5

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

Shades of Royal Purple #741FA5

Tints of Royal Purple #741FA5

Color information

#741FA5 (or 0x741FA5) is unknown color: approx Royal Purple. HEX triplet: 74, 1F and A5. RGB value is (116,31,165). Sum of RGB (Red+Green+Blue) = 116+31+165=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 165 (64.84% from 255 or 52.88% from 312); Max value from RGB is 165 - color contains mainly: blue. Hex color #741FA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741FA5 is #8BE05A. Grayscale: #474747. Windows color (decimal): -9166939 or 10821492. OLE color: 10821492.

HSL color Cylindrical-coordinate representation of color #741FA5: hue angle of 278.06º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #741FA5 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11631165-
CMYK0.300.8100.35
HSL278.06º68.37%38.43%-
HSV(B)278.06º81.21%64.71%-
XYZ14.487.4136.26-
YUV71.69180.66159.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.18%
GREEN value IS 31 (12.5% from 255) = 9.94%
BLUE value IS 165 (64.84% from 255) = 52.88%
R=37.18%
G=9.94%
B=52.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal116311650.300.8100.35278.0668.3738.43
Hex741FA51E510231164426
Octal164372453612104342610446
Binary1110100111111010010111110101000101000111000101101000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741FA5; }

 p { color: rgb(116,31,165); }

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

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

 a { background-color: rgb(116,31,165); }

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

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

 span { border-color: rgb(116,31,165); }

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