Html Css Color HEX #743284 Vivid Violet

📋 copy color: '#743284'

red 116 ◦ green 50 ◦ blue 132

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

Shades of Vivid Violet #743284

Tints of Vivid Violet #743284

RGB

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

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

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

R = 38.93%
G = 16.78%
B = 44.3%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#743284 (or 0x743284) is known color: Vivid Violet. HEX triplet: 74, 32 and 84. RGB value is (116,50,132). Sum of RGB (Red+Green+Blue) = 116+50+132=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 132 - color contains mainly: blue. Hex color #743284 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743284 is #8BCD7B. Grayscale: #4E4E4E. Windows color (decimal): -9162108 or 8663668. OLE color: 8663668.

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

Color convert

RGB 116 50 132 -
CMYK 0.12 0.62 0 0.48
HSL 288.29º 0.45% 0.36% -
HSV(B) 288.29º 0.62% 0.52% -
XYZ 12.51 7.66 22.65 -
YUV 79.08 157.87 154.33 -
System Red Green Blue C M Y K H S L
Decimal 116 50 132 0.12 0.62 0 0.48 288.29 0.45 0.36
Hex 74 32 84 C 3E 0 30 120 2D 24
Octal 164 62 204 14 76 0 60 440 55 44
Binary 1110100 110010 10000100 1100 111110 0 110000 100100000 101101 100100

Color Harmonies of #743284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743284

Black with #743284

Text Example


Text Example

White with #743284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743284; }

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

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

background-color css

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

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

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

border-color css

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

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

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