Html Css Color HEX #74179F Vivid Violet

📋 copy color: '#74179F'

red 116 ◦ green 23 ◦ blue 159

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

Shades of Vivid Violet #74179F

Tints of Vivid Violet #74179F

RGB

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

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

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

R = 38.93%
G = 7.72%
B = 53.36%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74179F (or 0x74179F) is known color: Vivid Violet. HEX triplet: 74, 17 and 9F. RGB value is (116,23,159). Sum of RGB (Red+Green+Blue) = 116+23+159=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #74179F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74179F is #8BE860. Grayscale: #414141. Windows color (decimal): -9168993 or 10426228. OLE color: 10426228.

HSL color Cylindrical-coordinate representation of color #74179F: hue angle of 281.03º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74179F is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 23 159 -
CMYK 0.27 0.86 0 0.38
HSL 281.03º 0.75% 0.36% -
HSV(B) 281.03º 0.86% 0.62% -
XYZ 13.77 6.83 33.39 -
YUV 66.31 180.31 163.44 -
System Red Green Blue C M Y K H S L
Decimal 116 23 159 0.27 0.86 0 0.38 281.03 0.75 0.36
Hex 74 17 9F 1B 56 0 26 119 4B 24
Octal 164 27 237 33 126 0 46 431 113 44
Binary 1110100 10111 10011111 11011 1010110 0 100110 100011001 1001011 100100

Color Harmonies of #74179F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74179F

Black with #74179F

Text Example


Text Example

White with #74179F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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