#743EB6

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

Shades of Royal Purple #743EB6

Tints of Royal Purple #743EB6

Color information

#743EB6 (or 0x743EB6) is unknown color: approx Royal Purple. HEX triplet: 74, 3E and B6. RGB value is (116,62,182). Sum of RGB (Red+Green+Blue) = 116+62+182=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 62 (24.61% from 255 or 17.22% from 360); Blue value is 182 (71.48% from 255 or 50.56% from 360); Max value from RGB is 182 - color contains mainly: blue. Hex color #743EB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743EB6 is #8BC149. Grayscale: #5B5B5B. Windows color (decimal): -9158986 or 11943540. OLE color: 11943540.

HSL color Cylindrical-coordinate representation of color #743EB6: hue angle of 267º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #743EB6 is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11662182-
CMYK0.360.6600.29
HSL267º49.18%47.84%-
HSV(B)267º65.93%71.37%-
XYZ17.3710.5445.37-
YUV91.83178.89145.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.22%
GREEN value IS 62 (24.61% from 255) = 17.22%
BLUE value IS 182 (71.48% from 255) = 50.56%
R=32.22%
G=17.22%
B=50.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal116621820.360.6600.2926749.1847.84
Hex743EB6244201D10b3130
Octal16476266441020354136160
Binary1110100111110101101101001001000010011101100001011110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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