Html Css Color HEX #743292 Vivid Violet

📋 copy color: '#743292'

red 116 ◦ green 50 ◦ blue 146

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

Shades of Vivid Violet #743292

Tints of Vivid Violet #743292

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.03%

 BLUE value IS 146 (57.42% from 255) = 46.79%

R = 37.18%
G = 16.03%
B = 46.79%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#743292 (or 0x743292) is known color: Vivid Violet. HEX triplet: 74, 32 and 92. RGB value is (116,50,146). Sum of RGB (Red+Green+Blue) = 116+50+146=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 146 (57.42% from 255 or 46.79% from 312); Max value from RGB is 146 - color contains mainly: blue. Hex color #743292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743292 is #8BCD6D. Grayscale: #505050. Windows color (decimal): -9162094 or 9581172. OLE color: 9581172.

HSL color Cylindrical-coordinate representation of color #743292: hue angle of 281.25º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #743292 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 50 146 -
CMYK 0.21 0.66 0 0.43
HSL 281.25º 0.49% 0.38% -
HSV(B) 281.25º 0.66% 0.57% -
XYZ 13.53 8.07 28.04 -
YUV 80.68 164.87 153.19 -
System Red Green Blue C M Y K H S L
Decimal 116 50 146 0.21 0.66 0 0.43 281.25 0.49 0.38
Hex 74 32 92 15 42 0 2B 119 31 26
Octal 164 62 222 25 102 0 53 431 61 46
Binary 1110100 110010 10010010 10101 1000010 0 101011 100011001 110001 100110

Color Harmonies of #743292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743292

Black with #743292

Text Example


Text Example

White with #743292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743292; }

 p { color: rgb(116,50,146); }

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

background-color css

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

 a { background-color: rgb(116,50,146); }

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

border-color css

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

 span { border-color: rgb(116,50,146); }

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