Html Css Color HEX #74188C Vivid Violet

📋 copy color: '#74188C'

red 116 ◦ green 24 ◦ blue 140

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

Shades of Vivid Violet #74188C

Tints of Vivid Violet #74188C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 50%

R = 41.43%
G = 8.57%
B = 50%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74188C (or 0x74188C) is known color: Vivid Violet. HEX triplet: 74, 18 and 8C. RGB value is (116,24,140). Sum of RGB (Red+Green+Blue) = 116+24+140=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 140 (55.08% from 255 or 50% from 280); Max value from RGB is 140 - color contains mainly: blue. Hex color #74188C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74188C is #8BE773. Grayscale: #404040. Windows color (decimal): -9168756 or 9181300. OLE color: 9181300.

HSL color Cylindrical-coordinate representation of color #74188C: hue angle of 287.59º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74188C is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 24 140 -
CMYK 0.17 0.83 0 0.45
HSL 287.59º 0.71% 0.32% -
HSV(B) 287.59º 0.83% 0.55% -
XYZ 12.26 6.26 25.37 -
YUV 64.73 170.48 164.57 -
System Red Green Blue C M Y K H S L
Decimal 116 24 140 0.17 0.83 0 0.45 287.59 0.71 0.32
Hex 74 18 8C 11 53 0 2D 120 47 20
Octal 164 30 214 21 123 0 55 440 107 40
Binary 1110100 11000 10001100 10001 1010011 0 101101 100100000 1000111 100000

Color Harmonies of #74188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74188C

Black with #74188C

Text Example


Text Example

White with #74188C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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