Html Css Color HEX #742294 Vivid Violet

📋 copy color: '#742294'

red 116 ◦ green 34 ◦ blue 148

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

Shades of Vivid Violet #742294

Tints of Vivid Violet #742294

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.41%

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

R = 38.93%
G = 11.41%
B = 49.66%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#742294 (or 0x742294) is known color: Vivid Violet. HEX triplet: 74, 22 and 94. RGB value is (116,34,148). Sum of RGB (Red+Green+Blue) = 116+34+148=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 148 (58.20% from 255 or 49.66% from 298); Max value from RGB is 148 - color contains mainly: blue. Hex color #742294 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742294 is #8BDD6B. Grayscale: #474747. Windows color (decimal): -9166188 or 9708148. OLE color: 9708148.

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

Color convert

RGB 116 34 148 -
CMYK 0.22 0.77 0 0.42
HSL 283.16º 0.63% 0.36% -
HSV(B) 283.16º 0.77% 0.58% -
XYZ 13.12 7 28.68 -
YUV 71.51 171.17 159.73 -
System Red Green Blue C M Y K H S L
Decimal 116 34 148 0.22 0.77 0 0.42 283.16 0.63 0.36
Hex 74 22 94 16 4D 0 2A 11B 3F 24
Octal 164 42 224 26 115 0 52 433 77 44
Binary 1110100 100010 10010100 10110 1001101 0 101010 100011011 111111 100100

Color Harmonies of #742294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742294

Black with #742294

Text Example


Text Example

White with #742294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742294; }

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

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

background-color css

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

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

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

border-color css

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

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

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