Html Css Color HEX #74179B Vivid Violet

📋 copy color: '#74179B'

red 116 ◦ green 23 ◦ blue 155

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

Shades of Vivid Violet #74179B

Tints of Vivid Violet #74179B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 52.72%

R = 39.46%
G = 7.82%
B = 52.72%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74179B (or 0x74179B) is known color: Vivid Violet. HEX triplet: 74, 17 and 9B. RGB value is (116,23,155). Sum of RGB (Red+Green+Blue) = 116+23+155=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #74179B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74179B is #8BE864. Grayscale: #414141. Windows color (decimal): -9168997 or 10164084. OLE color: 10164084.

HSL color Cylindrical-coordinate representation of color #74179B: hue angle of 282.27º 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 #74179B is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 23 155 -
CMYK 0.25 0.85 0 0.39
HSL 282.27º 0.74% 0.35% -
HSV(B) 282.27º 0.85% 0.61% -
XYZ 13.43 6.69 31.59 -
YUV 65.86 178.31 163.77 -
System Red Green Blue C M Y K H S L
Decimal 116 23 155 0.25 0.85 0 0.39 282.27 0.74 0.35
Hex 74 17 9B 19 55 0 27 11A 4A 23
Octal 164 27 233 31 125 0 47 432 112 43
Binary 1110100 10111 10011011 11001 1010101 0 100111 100011010 1001010 100011

Color Harmonies of #74179B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74179B

Black with #74179B

Text Example


Text Example

White with #74179B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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