Html Css Color HEX #74299E Vivid Violet

📋 copy color: '#74299E'

red 116 ◦ green 41 ◦ blue 158

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

Shades of Vivid Violet #74299E

Tints of Vivid Violet #74299E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.02%

 BLUE value IS 158 (62.11% from 255) = 50.16%

R = 36.83%
G = 13.02%
B = 50.16%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74299E (or 0x74299E) is known color: Vivid Violet. HEX triplet: 74, 29 and 9E. RGB value is (116,41,158). Sum of RGB (Red+Green+Blue) = 116+41+158=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #74299E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74299E is #8BD661. Grayscale: #4C4C4C. Windows color (decimal): -9164386 or 10365300. OLE color: 10365300.

HSL color Cylindrical-coordinate representation of color #74299E: hue angle of 278.46º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74299E is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 41 158 -
CMYK 0.27 0.74 0 0.38
HSL 278.46º 0.59% 0.39% -
HSV(B) 278.46º 0.74% 0.62% -
XYZ 14.17 7.77 33.1 -
YUV 76.76 173.85 155.99 -
System Red Green Blue C M Y K H S L
Decimal 116 41 158 0.27 0.74 0 0.38 278.46 0.59 0.39
Hex 74 29 9E 1B 4A 0 26 116 3B 27
Octal 164 51 236 33 112 0 46 426 73 47
Binary 1110100 101001 10011110 11011 1001010 0 100110 100010110 111011 100111

Color Harmonies of #74299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74299E

Black with #74299E

Text Example


Text Example

White with #74299E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74299E; }

 p { color: rgb(116,41,158); }

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

background-color css

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

 a { background-color: rgb(116,41,158); }

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

border-color css

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

 span { border-color: rgb(116,41,158); }

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