Html Css Color HEX #742694 Vivid Violet

📋 copy color: '#742694'

red 116 ◦ green 38 ◦ blue 148

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

Shades of Vivid Violet #742694

Tints of Vivid Violet #742694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 49.01%

R = 38.41%
G = 12.58%
B = 49.01%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#742694 (or 0x742694) is known color: Vivid Violet. HEX triplet: 74, 26 and 94. RGB value is (116,38,148). Sum of RGB (Red+Green+Blue) = 116+38+148=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 148 (58.20% from 255 or 49.01% from 302); Max value from RGB is 148 - color contains mainly: blue. Hex color #742694 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742694 is #8BD96B. Grayscale: #494949. Windows color (decimal): -9165164 or 9709172. OLE color: 9709172.

HSL color Cylindrical-coordinate representation of color #742694: hue angle of 282.55º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #742694 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 38 148 -
CMYK 0.22 0.74 0 0.42
HSL 282.55º 0.59% 0.36% -
HSV(B) 282.55º 0.74% 0.58% -
XYZ 13.24 7.24 28.72 -
YUV 73.86 169.84 158.06 -
System Red Green Blue C M Y K H S L
Decimal 116 38 148 0.22 0.74 0 0.42 282.55 0.59 0.36
Hex 74 26 94 16 4A 0 2A 11B 3B 24
Octal 164 46 224 26 112 0 52 433 73 44
Binary 1110100 100110 10010100 10110 1001010 0 101010 100011011 111011 100100

Color Harmonies of #742694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742694

Black with #742694

Text Example


Text Example

White with #742694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742694; }

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

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

background-color css

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

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

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

border-color css

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

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

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