#743A85

Color #743A85 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #743A85

Tints of Vivid Violet #743A85

Color information

#743A85 (or 0x743A85) is unknown color: approx Vivid Violet. HEX triplet: 74, 3A and 85. RGB value is (116,58,133). Sum of RGB (Red+Green+Blue) = 116+58+133=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 133 - color contains mainly: blue. Hex color #743A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743A85 is #8BC57A. Grayscale: #535353. Windows color (decimal): -9160059 or 8731252. OLE color: 8731252.

HSL color Cylindrical-coordinate representation of color #743A85: hue angle of 286.4º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #743A85 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11658133-
CMYK0.130.5600.48
HSL286.4º39.27%37.45%-
HSV(B)286.4º56.39%52.16%-
XYZ12.958.4323.14-
YUV83.89155.72150.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.79%
GREEN value IS 58 (23.05% from 255) = 18.89%
BLUE value IS 133 (52.34% from 255) = 43.32%
R=37.79%
G=18.89%
B=43.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116581330.130.5600.48286.439.2737.45
Hex743A85D3803011e2725
Octal1647220515700604364745
Binary11101001110101000010111011110000110000100011110100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,58,133); }

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

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

 a { background-color: rgb(116,58,133); }

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

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

 span { border-color: rgb(116,58,133); }

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