Html Css Color HEX #742384 Vivid Violet

📋 copy color: '#742384'

red 116 ◦ green 35 ◦ blue 132

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

Shades of Vivid Violet #742384

Tints of Vivid Violet #742384

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.37%

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

R = 40.99%
G = 12.37%
B = 46.64%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#742384 (or 0x742384) is known color: Vivid Violet. HEX triplet: 74, 23 and 84. RGB value is (116,35,132). Sum of RGB (Red+Green+Blue) = 116+35+132=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 132 - color contains mainly: blue. Hex color #742384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742384 is #8BDC7B. Grayscale: #454545. Windows color (decimal): -9165948 or 8659828. OLE color: 8659828.

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

Color convert

RGB 116 35 132 -
CMYK 0.12 0.73 0 0.48
HSL 290.1º 0.58% 0.33% -
HSV(B) 290.1º 0.73% 0.52% -
XYZ 11.97 6.58 22.47 -
YUV 70.28 162.84 160.61 -
System Red Green Blue C M Y K H S L
Decimal 116 35 132 0.12 0.73 0 0.48 290.1 0.58 0.33
Hex 74 23 84 C 49 0 30 122 3A 21
Octal 164 43 204 14 111 0 60 442 72 41
Binary 1110100 100011 10000100 1100 1001001 0 110000 100100010 111010 100001

Color Harmonies of #742384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742384

Black with #742384

Text Example


Text Example

White with #742384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742384; }

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

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

background-color css

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

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

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

border-color css

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

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

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