Html Css Color HEX #743785 Vivid Violet

📋 copy color: '#743785'

red 116 ◦ green 55 ◦ blue 133

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

Shades of Vivid Violet #743785

Tints of Vivid Violet #743785

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.09%

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

R = 38.16%
G = 18.09%
B = 43.75%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#743785 (or 0x743785) is known color: Vivid Violet. HEX triplet: 74, 37 and 85. RGB value is (116,55,133). Sum of RGB (Red+Green+Blue) = 116+55+133=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 133 - color contains mainly: blue. Hex color #743785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743785 is #8BC87A. Grayscale: #515151. Windows color (decimal): -9160827 or 8730484. OLE color: 8730484.

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

Color convert

RGB 116 55 133 -
CMYK 0.13 0.59 0 0.48
HSL 286.92º 0.41% 0.37% -
HSV(B) 286.92º 0.59% 0.52% -
XYZ 12.8 8.14 23.09 -
YUV 82.13 156.71 152.16 -
System Red Green Blue C M Y K H S L
Decimal 116 55 133 0.13 0.59 0 0.48 286.92 0.41 0.37
Hex 74 37 85 D 3B 0 30 11F 29 25
Octal 164 67 205 15 73 0 60 437 51 45
Binary 1110100 110111 10000101 1101 111011 0 110000 100011111 101001 100101

Color Harmonies of #743785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743785

Black with #743785

Text Example


Text Example

White with #743785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743785; }

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

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

background-color css

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

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

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

border-color css

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

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

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