Html Css Color HEX #742696 Vivid Violet

📋 copy color: '#742696'

red 116 ◦ green 38 ◦ blue 150

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

Shades of Vivid Violet #742696

Tints of Vivid Violet #742696

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.5%

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

R = 38.16%
G = 12.5%
B = 49.34%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#742696 (or 0x742696) is known color: Vivid Violet. HEX triplet: 74, 26 and 96. RGB value is (116,38,150). Sum of RGB (Red+Green+Blue) = 116+38+150=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #742696 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742696 is #8BD969. Grayscale: #494949. Windows color (decimal): -9165162 or 9840244. OLE color: 9840244.

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

Color convert

RGB 116 38 150 -
CMYK 0.23 0.75 0 0.41
HSL 281.79º 0.6% 0.37% -
HSV(B) 281.79º 0.75% 0.59% -
XYZ 13.4 7.3 29.56 -
YUV 74.09 170.84 157.89 -
System Red Green Blue C M Y K H S L
Decimal 116 38 150 0.23 0.75 0 0.41 281.79 0.6 0.37
Hex 74 26 96 17 4B 0 29 11A 3C 25
Octal 164 46 226 27 113 0 51 432 74 45
Binary 1110100 100110 10010110 10111 1001011 0 101001 100011010 111100 100101

Color Harmonies of #742696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742696

Black with #742696

Text Example


Text Example

White with #742696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742696; }

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

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

background-color css

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

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

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

border-color css

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

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

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