Html Css Color HEX #74159C Vivid Violet

📋 copy color: '#74159C'

red 116 ◦ green 21 ◦ blue 156

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

Shades of Vivid Violet #74159C

Tints of Vivid Violet #74159C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 53.24%

R = 39.59%
G = 7.17%
B = 53.24%

CMYK

 C value IS 0.26

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74159C (or 0x74159C) is known color: Vivid Violet. HEX triplet: 74, 15 and 9C. RGB value is (116,21,156). Sum of RGB (Red+Green+Blue) = 116+21+156=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 156 (61.33% from 255 or 53.24% from 293); Max value from RGB is 156 - color contains mainly: blue. Hex color #74159C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74159C is #8BEA63. Grayscale: #404040. Windows color (decimal): -9169508 or 10229108. OLE color: 10229108.

HSL color Cylindrical-coordinate representation of color #74159C: hue angle of 282.22º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #74159C is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 21 156 -
CMYK 0.26 0.87 0 0.39
HSL 282.22º 0.76% 0.35% -
HSV(B) 282.22º 0.87% 0.61% -
XYZ 13.47 6.65 32.03 -
YUV 64.8 179.47 164.52 -
System Red Green Blue C M Y K H S L
Decimal 116 21 156 0.26 0.87 0 0.39 282.22 0.76 0.35
Hex 74 15 9C 1A 57 0 27 11A 4C 23
Octal 164 25 234 32 127 0 47 432 114 43
Binary 1110100 10101 10011100 11010 1010111 0 100111 100011010 1001100 100011

Color Harmonies of #74159C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74159C

Black with #74159C

Text Example


Text Example

White with #74159C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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