Html Css Color HEX #743784 Vivid Violet

📋 copy color: '#743784'

red 116 ◦ green 55 ◦ blue 132

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

Shades of Vivid Violet #743784

Tints of Vivid Violet #743784

RGB

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

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

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

R = 38.28%
G = 18.15%
B = 43.56%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#743784 (or 0x743784) is known color: Vivid Violet. HEX triplet: 74, 37 and 84. RGB value is (116,55,132). Sum of RGB (Red+Green+Blue) = 116+55+132=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 132 (51.95% from 255 or 43.56% from 303); Max value from RGB is 132 - color contains mainly: blue. Hex color #743784 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743784 is #8BC87B. Grayscale: #515151. Windows color (decimal): -9160828 or 8664948. OLE color: 8664948.

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

Color convert

RGB 116 55 132 -
CMYK 0.12 0.58 0 0.48
HSL 287.53º 0.41% 0.37% -
HSV(B) 287.53º 0.58% 0.52% -
XYZ 12.73 8.11 22.72 -
YUV 82.02 156.21 152.24 -
System Red Green Blue C M Y K H S L
Decimal 116 55 132 0.12 0.58 0 0.48 287.53 0.41 0.37
Hex 74 37 84 C 3A 0 30 120 29 25
Octal 164 67 204 14 72 0 60 440 51 45
Binary 1110100 110111 10000100 1100 111010 0 110000 100100000 101001 100101

Color Harmonies of #743784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743784

Black with #743784

Text Example


Text Example

White with #743784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743784; }

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

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

background-color css

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

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

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

border-color css

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

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

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