Html Css Color HEX #743A87 Vivid Violet

📋 copy color: '#743A87'

red 116 ◦ green 58 ◦ blue 135

#743A87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #743A87

Tints of Vivid Violet #743A87

RGB

 RED value IS 116 (45.7% from 255) = 37.54%

 GREEN value IS 58 (23.05% from 255) = 18.77%

 BLUE value IS 135 (53.13% from 255) = 43.69%

R = 37.54%
G = 18.77%
B = 43.69%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#743A87 (or 0x743A87) is known color: Vivid Violet. HEX triplet: 74, 3A and 87. RGB value is (116,58,135). Sum of RGB (Red+Green+Blue) = 116+58+135=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 135 (53.12% from 255 or 43.69% from 309); Max value from RGB is 135 - color contains mainly: blue. Hex color #743A87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743A87 is #8BC578. Grayscale: #535353. Windows color (decimal): -9160057 or 8862324. OLE color: 8862324.

HSL color Cylindrical-coordinate representation of color #743A87: hue angle of 285.19º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #743A87 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 58 135 -
CMYK 0.14 0.57 0 0.47
HSL 285.19º 0.4% 0.38% -
HSV(B) 285.19º 0.57% 0.53% -
XYZ 13.09 8.49 23.87 -
YUV 84.12 156.72 150.74 -
System Red Green Blue C M Y K H S L
Decimal 116 58 135 0.14 0.57 0 0.47 285.19 0.4 0.38
Hex 74 3A 87 E 39 0 2F 11D 28 26
Octal 164 72 207 16 71 0 57 435 50 46
Binary 1110100 111010 10000111 1110 111001 0 101111 100011101 101000 100110

Color Harmonies of #743A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743A87

Black with #743A87

Text Example


Text Example

White with #743A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #743A87;
 }
 .AnyTagClassName
 {
   color: #743A87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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