#743EB1

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

Shades of Royal Purple #743EB1

Tints of Royal Purple #743EB1

Color information

#743EB1 (or 0x743EB1) is unknown color: approx Royal Purple. HEX triplet: 74, 3E and B1. RGB value is (116,62,177). Sum of RGB (Red+Green+Blue) = 116+62+177=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 62 (24.61% from 255 or 17.46% from 355); Blue value is 177 (69.53% from 255 or 49.86% from 355); Max value from RGB is 177 - color contains mainly: blue. Hex color #743EB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743EB1 is #8BC14E. Grayscale: #5A5A5A. Windows color (decimal): -9158991 or 11615860. OLE color: 11615860.

HSL color Cylindrical-coordinate representation of color #743EB1: hue angle of 268.17º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #743EB1 is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11662177-
CMYK0.340.6500.31
HSL268.17º48.12%46.86%-
HSV(B)268.17º64.97%69.41%-
XYZ16.8610.3342.7-
YUV91.26176.39145.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.68%
GREEN value IS 62 (24.61% from 255) = 17.46%
BLUE value IS 177 (69.53% from 255) = 49.86%
R=32.68%
G=17.46%
B=49.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal116621770.340.6500.31268.1748.1246.86
Hex743EB1224101F10c302f
Octal16476261421010374146057
Binary1110100111110101100011000101000001011111100001100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743EB1; }

 p { color: rgb(116,62,177); }

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

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

 a { background-color: rgb(116,62,177); }

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

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

 span { border-color: rgb(116,62,177); }

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