Html Css Color HEX #742884 Vivid Violet

📋 copy color: '#742884'

red 116 ◦ green 40 ◦ blue 132

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

Shades of Vivid Violet #742884

Tints of Vivid Violet #742884

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.89%

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

R = 40.28%
G = 13.89%
B = 45.83%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#742884 (or 0x742884) is known color: Vivid Violet. HEX triplet: 74, 28 and 84. RGB value is (116,40,132). Sum of RGB (Red+Green+Blue) = 116+40+132=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 132 - color contains mainly: blue. Hex color #742884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742884 is #8BD77B. Grayscale: #484848. Windows color (decimal): -9164668 or 8661108. OLE color: 8661108.

HSL color Cylindrical-coordinate representation of color #742884: hue angle of 289.57º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #742884 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 40 132 -
CMYK 0.12 0.70 0 0.48
HSL 289.57º 0.53% 0.34% -
HSV(B) 289.57º 0.7% 0.52% -
XYZ 12.13 6.9 22.52 -
YUV 73.21 161.18 158.52 -
System Red Green Blue C M Y K H S L
Decimal 116 40 132 0.12 0.70 0 0.48 289.57 0.53 0.34
Hex 74 28 84 C 46 0 30 122 35 22
Octal 164 50 204 14 106 0 60 442 65 42
Binary 1110100 101000 10000100 1100 1000110 0 110000 100100010 110101 100010

Color Harmonies of #742884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742884

Black with #742884

Text Example


Text Example

White with #742884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742884; }

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

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

background-color css

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

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

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

border-color css

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

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

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