Html Css Color HEX #74199C Vivid Violet

📋 copy color: '#74199C'

red 116 ◦ green 25 ◦ blue 156

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

Shades of Vivid Violet #74199C

Tints of Vivid Violet #74199C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.42%

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

R = 39.06%
G = 8.42%
B = 52.53%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74199C (or 0x74199C) is known color: Vivid Violet. HEX triplet: 74, 19 and 9C. RGB value is (116,25,156). Sum of RGB (Red+Green+Blue) = 116+25+156=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 156 (61.33% from 255 or 52.53% from 297); Max value from RGB is 156 - color contains mainly: blue. Hex color #74199C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74199C is #8BE663. Grayscale: #424242. Windows color (decimal): -9168484 or 10230132. OLE color: 10230132.

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

Color convert

RGB 116 25 156 -
CMYK 0.26 0.84 0 0.39
HSL 281.68º 0.72% 0.35% -
HSV(B) 281.68º 0.84% 0.61% -
XYZ 13.55 6.81 32.05 -
YUV 67.14 178.15 162.85 -
System Red Green Blue C M Y K H S L
Decimal 116 25 156 0.26 0.84 0 0.39 281.68 0.72 0.35
Hex 74 19 9C 1A 54 0 27 11A 48 23
Octal 164 31 234 32 124 0 47 432 110 43
Binary 1110100 11001 10011100 11010 1010100 0 100111 100011010 1001000 100011

Color Harmonies of #74199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74199C

Black with #74199C

Text Example


Text Example

White with #74199C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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