Html Css Color HEX #743884 Vivid Violet

📋 copy color: '#743884'

red 116 ◦ green 56 ◦ blue 132

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

Shades of Vivid Violet #743884

Tints of Vivid Violet #743884

RGB

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

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

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

R = 38.16%
G = 18.42%
B = 43.42%

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

#743884 (or 0x743884) is known color: Vivid Violet. HEX triplet: 74, 38 and 84. RGB value is (116,56,132). Sum of RGB (Red+Green+Blue) = 116+56+132=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 132 - color contains mainly: blue. Hex color #743884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743884 is #8BC77B. Grayscale: #525252. Windows color (decimal): -9160572 or 8665204. OLE color: 8665204.

HSL color Cylindrical-coordinate representation of color #743884: hue angle of 287.37º degrees, saturation: 0.4, 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 #743884 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 56 132 -
CMYK 0.12 0.58 0 0.48
HSL 287.37º 0.4% 0.37% -
HSV(B) 287.37º 0.58% 0.52% -
XYZ 12.78 8.21 22.74 -
YUV 82.6 155.88 151.82 -
System Red Green Blue C M Y K H S L
Decimal 116 56 132 0.12 0.58 0 0.48 287.37 0.4 0.37
Hex 74 38 84 C 3A 0 30 11F 28 25
Octal 164 70 204 14 72 0 60 437 50 45
Binary 1110100 111000 10000100 1100 111010 0 110000 100011111 101000 100101

Color Harmonies of #743884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743884

Black with #743884

Text Example


Text Example

White with #743884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743884; }

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

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

background-color css

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

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

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

border-color css

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

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

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