Html Css Color HEX #74329A Vivid Violet

📋 copy color: '#74329A'

red 116 ◦ green 50 ◦ blue 154

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

Shades of Vivid Violet #74329A

Tints of Vivid Violet #74329A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.63%

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

R = 36.25%
G = 15.63%
B = 48.13%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#74329A (or 0x74329A) is known color: Vivid Violet. HEX triplet: 74, 32 and 9A. RGB value is (116,50,154). Sum of RGB (Red+Green+Blue) = 116+50+154=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 154 (60.55% from 255 or 48.12% from 320); Max value from RGB is 154 - color contains mainly: blue. Hex color #74329A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74329A is #8BCD65. Grayscale: #515151. Windows color (decimal): -9162086 or 10105460. OLE color: 10105460.

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

Color convert

RGB 116 50 154 -
CMYK 0.25 0.68 0 0.40
HSL 278.08º 0.51% 0.4% -
HSV(B) 278.08º 0.68% 0.6% -
XYZ 14.18 8.33 31.43 -
YUV 81.59 168.87 152.54 -
System Red Green Blue C M Y K H S L
Decimal 116 50 154 0.25 0.68 0 0.40 278.08 0.51 0.4
Hex 74 32 9A 19 44 0 28 116 33 28
Octal 164 62 232 31 104 0 50 426 63 50
Binary 1110100 110010 10011010 11001 1000100 0 101000 100010110 110011 101000

Color Harmonies of #74329A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74329A

Black with #74329A

Text Example


Text Example

White with #74329A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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