Html Css Color HEX #742896 Vivid Violet

📋 copy color: '#742896'

red 116 ◦ green 40 ◦ blue 150

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

Shades of Vivid Violet #742896

Tints of Vivid Violet #742896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 49.02%

R = 37.91%
G = 13.07%
B = 49.02%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#742896 (or 0x742896) is known color: Vivid Violet. HEX triplet: 74, 28 and 96. RGB value is (116,40,150). Sum of RGB (Red+Green+Blue) = 116+40+150=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 150 (58.98% from 255 or 49.02% from 306); Max value from RGB is 150 - color contains mainly: blue. Hex color #742896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742896 is #8BD769. Grayscale: #4A4A4A. Windows color (decimal): -9164650 or 9840756. OLE color: 9840756.

HSL color Cylindrical-coordinate representation of color #742896: hue angle of 281.45º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #742896 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 40 150 -
CMYK 0.23 0.73 0 0.41
HSL 281.45º 0.58% 0.37% -
HSV(B) 281.45º 0.73% 0.59% -
XYZ 13.47 7.43 29.58 -
YUV 75.26 170.18 157.06 -
System Red Green Blue C M Y K H S L
Decimal 116 40 150 0.23 0.73 0 0.41 281.45 0.58 0.37
Hex 74 28 96 17 49 0 29 119 3A 25
Octal 164 50 226 27 111 0 51 431 72 45
Binary 1110100 101000 10010110 10111 1001001 0 101001 100011001 111010 100101

Color Harmonies of #742896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742896

Black with #742896

Text Example


Text Example

White with #742896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742896; }

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

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

background-color css

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

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

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

border-color css

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

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

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