Html Css Color HEX #743084 Vivid Violet

📋 copy color: '#743084'

red 116 ◦ green 48 ◦ blue 132

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

Shades of Vivid Violet #743084

Tints of Vivid Violet #743084

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.22%

 BLUE value IS 132 (51.95% from 255) = 44.59%

R = 39.19%
G = 16.22%
B = 44.59%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#743084 (or 0x743084) is known color: Vivid Violet. HEX triplet: 74, 30 and 84. RGB value is (116,48,132). Sum of RGB (Red+Green+Blue) = 116+48+132=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 132 - color contains mainly: blue. Hex color #743084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743084 is #8BCF7B. Grayscale: #4D4D4D. Windows color (decimal): -9162620 or 8663156. OLE color: 8663156.

HSL color Cylindrical-coordinate representation of color #743084: hue angle of 288.57º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #743084 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 48 132 -
CMYK 0.12 0.64 0 0.48
HSL 288.57º 0.47% 0.35% -
HSV(B) 288.57º 0.64% 0.52% -
XYZ 12.42 7.49 22.62 -
YUV 77.91 158.53 155.17 -
System Red Green Blue C M Y K H S L
Decimal 116 48 132 0.12 0.64 0 0.48 288.57 0.47 0.35
Hex 74 30 84 C 40 0 30 121 2F 23
Octal 164 60 204 14 100 0 60 441 57 43
Binary 1110100 110000 10000100 1100 1000000 0 110000 100100001 101111 100011

Color Harmonies of #743084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743084

Black with #743084

Text Example


Text Example

White with #743084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743084; }

 p { color: rgb(116,48,132); }

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

background-color css

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

 a { background-color: rgb(116,48,132); }

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

border-color css

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

 span { border-color: rgb(116,48,132); }

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