Html Css Color HEX #74189F Vivid Violet

📋 copy color: '#74189F'

red 116 ◦ green 24 ◦ blue 159

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

Shades of Vivid Violet #74189F

Tints of Vivid Violet #74189F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.03%

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

R = 38.8%
G = 8.03%
B = 53.18%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74189F (or 0x74189F) is known color: Vivid Violet. HEX triplet: 74, 18 and 9F. RGB value is (116,24,159). Sum of RGB (Red+Green+Blue) = 116+24+159=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #74189F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74189F is #8BE760. Grayscale: #424242. Windows color (decimal): -9168737 or 10426484. OLE color: 10426484.

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

Color convert

RGB 116 24 159 -
CMYK 0.27 0.85 0 0.38
HSL 280.89º 0.74% 0.36% -
HSV(B) 280.89º 0.85% 0.62% -
XYZ 13.79 6.87 33.4 -
YUV 66.9 179.98 163.02 -
System Red Green Blue C M Y K H S L
Decimal 116 24 159 0.27 0.85 0 0.38 280.89 0.74 0.36
Hex 74 18 9F 1B 55 0 26 119 4A 24
Octal 164 30 237 33 125 0 46 431 112 44
Binary 1110100 11000 10011111 11011 1010101 0 100110 100011001 1001010 100100

Color Harmonies of #74189F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74189F

Black with #74189F

Text Example


Text Example

White with #74189F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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