Html Css Color HEX #74239E Vivid Violet

📋 copy color: '#74239E'

red 116 ◦ green 35 ◦ blue 158

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

Shades of Vivid Violet #74239E

Tints of Vivid Violet #74239E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.33%

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

R = 37.54%
G = 11.33%
B = 51.13%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74239E (or 0x74239E) is known color: Vivid Violet. HEX triplet: 74, 23 and 9E. RGB value is (116,35,158). Sum of RGB (Red+Green+Blue) = 116+35+158=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 158 (62.11% from 255 or 51.13% from 309); Max value from RGB is 158 - color contains mainly: blue. Hex color #74239E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74239E is #8BDC61. Grayscale: #484848. Windows color (decimal): -9165922 or 10363764. OLE color: 10363764.

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

Color convert

RGB 116 35 158 -
CMYK 0.27 0.78 0 0.38
HSL 279.51º 0.64% 0.38% -
HSV(B) 279.51º 0.78% 0.62% -
XYZ 13.98 7.38 33.04 -
YUV 73.24 175.84 158.5 -
System Red Green Blue C M Y K H S L
Decimal 116 35 158 0.27 0.78 0 0.38 279.51 0.64 0.38
Hex 74 23 9E 1B 4E 0 26 118 40 26
Octal 164 43 236 33 116 0 46 430 100 46
Binary 1110100 100011 10011110 11011 1001110 0 100110 100011000 1000000 100110

Color Harmonies of #74239E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74239E

Black with #74239E

Text Example


Text Example

White with #74239E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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