Html Css Color HEX #743886 Vivid Violet

📋 copy color: '#743886'

red 116 ◦ green 56 ◦ blue 134

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

Shades of Vivid Violet #743886

Tints of Vivid Violet #743886

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.3%

 BLUE value IS 134 (52.73% from 255) = 43.79%

R = 37.91%
G = 18.3%
B = 43.79%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#743886 (or 0x743886) is known color: Vivid Violet. HEX triplet: 74, 38 and 86. RGB value is (116,56,134). Sum of RGB (Red+Green+Blue) = 116+56+134=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 134 (52.73% from 255 or 43.79% from 306); Max value from RGB is 134 - color contains mainly: blue. Hex color #743886 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743886 is #8BC779. Grayscale: #525252. Windows color (decimal): -9160570 or 8796276. OLE color: 8796276.

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

Color convert

RGB 116 56 134 -
CMYK 0.13 0.58 0 0.47
HSL 286.15º 0.41% 0.37% -
HSV(B) 286.15º 0.58% 0.53% -
XYZ 12.92 8.26 23.47 -
YUV 82.83 156.88 151.66 -
System Red Green Blue C M Y K H S L
Decimal 116 56 134 0.13 0.58 0 0.47 286.15 0.41 0.37
Hex 74 38 86 D 3A 0 2F 11E 29 25
Octal 164 70 206 15 72 0 57 436 51 45
Binary 1110100 111000 10000110 1101 111010 0 101111 100011110 101001 100101

Color Harmonies of #743886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743886

Black with #743886

Text Example


Text Example

White with #743886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743886; }

 p { color: rgb(116,56,134); }

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

background-color css

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

 a { background-color: rgb(116,56,134); }

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

border-color css

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

 span { border-color: rgb(116,56,134); }

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