Html Css Color HEX #742184 Vivid Violet

📋 copy color: '#742184'

red 116 ◦ green 33 ◦ blue 132

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

Shades of Vivid Violet #742184

Tints of Vivid Violet #742184

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.74%

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

R = 41.28%
G = 11.74%
B = 46.98%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#742184 (or 0x742184) is known color: Vivid Violet. HEX triplet: 74, 21 and 84. RGB value is (116,33,132). Sum of RGB (Red+Green+Blue) = 116+33+132=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 132 - color contains mainly: blue. Hex color #742184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742184 is #8BDE7B. Grayscale: #444444. Windows color (decimal): -9166460 or 8659316. OLE color: 8659316.

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

Color convert

RGB 116 33 132 -
CMYK 0.12 0.75 0 0.48
HSL 290.3º 0.6% 0.32% -
HSV(B) 290.3º 0.75% 0.52% -
XYZ 11.91 6.47 22.45 -
YUV 69.1 163.5 161.45 -
System Red Green Blue C M Y K H S L
Decimal 116 33 132 0.12 0.75 0 0.48 290.3 0.6 0.32
Hex 74 21 84 C 4B 0 30 122 3C 20
Octal 164 41 204 14 113 0 60 442 74 40
Binary 1110100 100001 10000100 1100 1001011 0 110000 100100010 111100 100000

Color Harmonies of #742184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742184

Black with #742184

Text Example


Text Example

White with #742184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742184; }

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

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

background-color css

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

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

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

border-color css

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

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

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