Html Css Color HEX #742084 Vivid Violet

📋 copy color: '#742084'

red 116 ◦ green 32 ◦ blue 132

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

Shades of Vivid Violet #742084

Tints of Vivid Violet #742084

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.43%

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

R = 41.43%
G = 11.43%
B = 47.14%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#742084 (or 0x742084) is known color: Vivid Violet. HEX triplet: 74, 20 and 84. RGB value is (116,32,132). Sum of RGB (Red+Green+Blue) = 116+32+132=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 132 - color contains mainly: blue. Hex color #742084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742084 is #8BDF7B. Grayscale: #444444. Windows color (decimal): -9166716 or 8659060. OLE color: 8659060.

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

Color convert

RGB 116 32 132 -
CMYK 0.12 0.76 0 0.48
HSL 290.4º 0.61% 0.32% -
HSV(B) 290.4º 0.76% 0.52% -
XYZ 11.88 6.41 22.44 -
YUV 68.52 163.83 161.87 -
System Red Green Blue C M Y K H S L
Decimal 116 32 132 0.12 0.76 0 0.48 290.4 0.61 0.32
Hex 74 20 84 C 4C 0 30 122 3D 20
Octal 164 40 204 14 114 0 60 442 75 40
Binary 1110100 100000 10000100 1100 1001100 0 110000 100100010 111101 100000

Color Harmonies of #742084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742084

Black with #742084

Text Example


Text Example

White with #742084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742084; }

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

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

background-color css

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

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

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

border-color css

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

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

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