Html Css Color HEX #743D85 Vivid Violet

📋 copy color: '#743D85'

red 116 ◦ green 61 ◦ blue 133

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

Shades of Vivid Violet #743D85

Tints of Vivid Violet #743D85

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.68%

 BLUE value IS 133 (52.34% from 255) = 42.9%

R = 37.42%
G = 19.68%
B = 42.9%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#743D85 (or 0x743D85) is known color: Vivid Violet. HEX triplet: 74, 3D and 85. RGB value is (116,61,133). Sum of RGB (Red+Green+Blue) = 116+61+133=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 133 - color contains mainly: blue. Hex color #743D85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743D85 is #8BC27A. Grayscale: #555555. Windows color (decimal): -9159291 or 8732020. OLE color: 8732020.

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

Color convert

RGB 116 61 133 -
CMYK 0.13 0.54 0 0.48
HSL 285.83º 0.37% 0.38% -
HSV(B) 285.83º 0.54% 0.52% -
XYZ 13.1 8.74 23.19 -
YUV 85.65 154.72 149.65 -
System Red Green Blue C M Y K H S L
Decimal 116 61 133 0.13 0.54 0 0.48 285.83 0.37 0.38
Hex 74 3D 85 D 36 0 30 11E 25 26
Octal 164 75 205 15 66 0 60 436 45 46
Binary 1110100 111101 10000101 1101 110110 0 110000 100011110 100101 100110

Color Harmonies of #743D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743D85

Black with #743D85

Text Example


Text Example

White with #743D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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