Html Css Color HEX #74189B Vivid Violet

📋 copy color: '#74189B'

red 116 ◦ green 24 ◦ blue 155

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

Shades of Vivid Violet #74189B

Tints of Vivid Violet #74189B

RGB

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

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

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

R = 39.32%
G = 8.14%
B = 52.54%

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

#74189B (or 0x74189B) is known color: Vivid Violet. HEX triplet: 74, 18 and 9B. RGB value is (116,24,155). Sum of RGB (Red+Green+Blue) = 116+24+155=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #74189B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74189B is #8BE764. Grayscale: #424242. Windows color (decimal): -9168741 or 10164340. OLE color: 10164340.

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

Color convert

RGB 116 24 155 -
CMYK 0.25 0.85 0 0.39
HSL 282.14º 0.73% 0.35% -
HSV(B) 282.14º 0.85% 0.61% -
XYZ 13.45 6.73 31.6 -
YUV 66.44 177.98 163.35 -
System Red Green Blue C M Y K H S L
Decimal 116 24 155 0.25 0.85 0 0.39 282.14 0.73 0.35
Hex 74 18 9B 19 55 0 27 11A 49 23
Octal 164 30 233 31 125 0 47 432 111 43
Binary 1110100 11000 10011011 11001 1010101 0 100111 100011010 1001001 100011

Color Harmonies of #74189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74189B

Black with #74189B

Text Example


Text Example

White with #74189B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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