Html Css Color HEX #74159F Vivid Violet

📋 copy color: '#74159F'

red 116 ◦ green 21 ◦ blue 159

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

Shades of Vivid Violet #74159F

Tints of Vivid Violet #74159F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.09%

 BLUE value IS 159 (62.5% from 255) = 53.72%

R = 39.19%
G = 7.09%
B = 53.72%

CMYK

 C value IS 0.27

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74159F (or 0x74159F) is known color: Vivid Violet. HEX triplet: 74, 15 and 9F. RGB value is (116,21,159). Sum of RGB (Red+Green+Blue) = 116+21+159=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 159 (62.5% from 255 or 53.72% from 296); Max value from RGB is 159 - color contains mainly: blue. Hex color #74159F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74159F is #8BEA60. Grayscale: #404040. Windows color (decimal): -9169505 or 10425716. OLE color: 10425716.

HSL color Cylindrical-coordinate representation of color #74159F: hue angle of 281.3º 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 #74159F is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 21 159 -
CMYK 0.27 0.87 0 0.38
HSL 281.3º 0.77% 0.35% -
HSV(B) 281.3º 0.87% 0.62% -
XYZ 13.73 6.75 33.38 -
YUV 65.14 180.97 164.28 -
System Red Green Blue C M Y K H S L
Decimal 116 21 159 0.27 0.87 0 0.38 281.3 0.77 0.35
Hex 74 15 9F 1B 57 0 26 119 4D 23
Octal 164 25 237 33 127 0 46 431 115 43
Binary 1110100 10101 10011111 11011 1010111 0 100110 100011001 1001101 100011

Color Harmonies of #74159F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74159F

Black with #74159F

Text Example


Text Example

White with #74159F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74159F; }

 p { color: rgb(116,21,159); }

 H1.HeaderClassName
 {
   color: #74159F;
 }
 .AnyTagClassName
 {
   color: #74159F;
 }
</style>

background-color css

<style>
 a { background-color: #74159F; }

 a { background-color: rgb(116,21,159); }

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

border-color css

<style>
 span { border-color: #74159F; }

 span { border-color: rgb(116,21,159); }

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