Html Css Color HEX #74179C Vivid Violet

📋 copy color: '#74179C'

red 116 ◦ green 23 ◦ blue 156

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

Shades of Vivid Violet #74179C

Tints of Vivid Violet #74179C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.8%

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

R = 39.32%
G = 7.8%
B = 52.88%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74179C (or 0x74179C) is known color: Vivid Violet. HEX triplet: 74, 17 and 9C. RGB value is (116,23,156). Sum of RGB (Red+Green+Blue) = 116+23+156=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #74179C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74179C is #8BE863. Grayscale: #414141. Windows color (decimal): -9168996 or 10229620. OLE color: 10229620.

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

Color convert

RGB 116 23 156 -
CMYK 0.26 0.85 0 0.39
HSL 281.95º 0.74% 0.35% -
HSV(B) 281.95º 0.85% 0.61% -
XYZ 13.51 6.73 32.04 -
YUV 65.97 178.81 163.69 -
System Red Green Blue C M Y K H S L
Decimal 116 23 156 0.26 0.85 0 0.39 281.95 0.74 0.35
Hex 74 17 9C 1A 55 0 27 11A 4A 23
Octal 164 27 234 32 125 0 47 432 112 43
Binary 1110100 10111 10011100 11010 1010101 0 100111 100011010 1001010 100011

Color Harmonies of #74179C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74179C

Black with #74179C

Text Example


Text Example

White with #74179C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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