Html Css Color HEX #74149D Vivid Violet

📋 copy color: '#74149D'

red 116 ◦ green 20 ◦ blue 157

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

Shades of Vivid Violet #74149D

Tints of Vivid Violet #74149D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.83%

 BLUE value IS 157 (61.72% from 255) = 53.58%

R = 39.59%
G = 6.83%
B = 53.58%

CMYK

 C value IS 0.26

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74149D (or 0x74149D) is known color: Vivid Violet. HEX triplet: 74, 14 and 9D. RGB value is (116,20,157). Sum of RGB (Red+Green+Blue) = 116+20+157=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #74149D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74149D is #8BEB62. Grayscale: #3F3F3F. Windows color (decimal): -9169763 or 10294388. OLE color: 10294388.

HSL color Cylindrical-coordinate representation of color #74149D: hue angle of 282.04º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #74149D is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 20 157 -
CMYK 0.26 0.87 0 0.38
HSL 282.04º 0.77% 0.35% -
HSV(B) 282.04º 0.87% 0.62% -
XYZ 13.54 6.65 32.47 -
YUV 64.32 180.3 164.86 -
System Red Green Blue C M Y K H S L
Decimal 116 20 157 0.26 0.87 0 0.38 282.04 0.77 0.35
Hex 74 14 9D 1A 57 0 26 11A 4D 23
Octal 164 24 235 32 127 0 46 432 115 43
Binary 1110100 10100 10011101 11010 1010111 0 100110 100011010 1001101 100011

Color Harmonies of #74149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74149D

Black with #74149D

Text Example


Text Example

White with #74149D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74149D; }

 p { color: rgb(116,20,157); }

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

background-color css

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

 a { background-color: rgb(116,20,157); }

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

border-color css

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

 span { border-color: rgb(116,20,157); }

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