Html Css Color HEX #74299A Vivid Violet

📋 copy color: '#74299A'

red 116 ◦ green 41 ◦ blue 154

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

Shades of Vivid Violet #74299A

Tints of Vivid Violet #74299A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 49.52%

R = 37.3%
G = 13.18%
B = 49.52%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#74299A (or 0x74299A) is known color: Vivid Violet. HEX triplet: 74, 29 and 9A. RGB value is (116,41,154). Sum of RGB (Red+Green+Blue) = 116+41+154=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 154 (60.55% from 255 or 49.52% from 311); Max value from RGB is 154 - color contains mainly: blue. Hex color #74299A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74299A is #8BD665. Grayscale: #4B4B4B. Windows color (decimal): -9164390 or 10103156. OLE color: 10103156.

HSL color Cylindrical-coordinate representation of color #74299A: hue angle of 279.82º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74299A is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 41 154 -
CMYK 0.25 0.73 0 0.40
HSL 279.82º 0.58% 0.38% -
HSV(B) 279.82º 0.73% 0.6% -
XYZ 13.83 7.63 31.32 -
YUV 76.31 171.85 156.31 -
System Red Green Blue C M Y K H S L
Decimal 116 41 154 0.25 0.73 0 0.40 279.82 0.58 0.38
Hex 74 29 9A 19 49 0 28 118 3A 26
Octal 164 51 232 31 111 0 50 430 72 46
Binary 1110100 101001 10011010 11001 1001001 0 101000 100011000 111010 100110

Color Harmonies of #74299A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74299A

Black with #74299A

Text Example


Text Example

White with #74299A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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