#743FB6

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

Shades of Royal Purple #743FB6

Tints of Royal Purple #743FB6

Color information

#743FB6 (or 0x743FB6) is unknown color: approx Royal Purple. HEX triplet: 74, 3F and B6. RGB value is (116,63,182). Sum of RGB (Red+Green+Blue) = 116+63+182=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 182 (71.48% from 255 or 50.42% from 361); Max value from RGB is 182 - color contains mainly: blue. Hex color #743FB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743FB6 is #8BC049. Grayscale: #5B5B5B. Windows color (decimal): -9158730 or 11943796. OLE color: 11943796.

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

Color convert

RGB11663182-
CMYK0.360.6500.29
HSL266.72º48.57%48.04%-
HSV(B)266.72º65.38%71.37%-
XYZ17.4210.6545.39-
YUV92.41178.56144.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.13%
GREEN value IS 63 (25% from 255) = 17.45%
BLUE value IS 182 (71.48% from 255) = 50.42%
R=32.13%
G=17.45%
B=50.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal116631820.360.6500.29266.7248.5748.04
Hex743FB6244101D10b3130
Octal16477266441010354136160
Binary1110100111111101101101001001000001011101100001011110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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