Html Css Color HEX #74189D Vivid Violet

📋 copy color: '#74189D'

red 116 ◦ green 24 ◦ blue 157

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

Shades of Vivid Violet #74189D

Tints of Vivid Violet #74189D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 52.86%

R = 39.06%
G = 8.08%
B = 52.86%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74189D (or 0x74189D) is known color: Vivid Violet. HEX triplet: 74, 18 and 9D. RGB value is (116,24,157). Sum of RGB (Red+Green+Blue) = 116+24+157=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #74189D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74189D is #8BE762. Grayscale: #424242. Windows color (decimal): -9168739 or 10295412. OLE color: 10295412.

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

Color convert

RGB 116 24 157 -
CMYK 0.26 0.85 0 0.38
HSL 281.5º 0.73% 0.35% -
HSV(B) 281.5º 0.85% 0.62% -
XYZ 13.61 6.8 32.49 -
YUV 66.67 178.98 163.19 -
System Red Green Blue C M Y K H S L
Decimal 116 24 157 0.26 0.85 0 0.38 281.5 0.73 0.35
Hex 74 18 9D 1A 55 0 26 11A 49 23
Octal 164 30 235 32 125 0 46 432 111 43
Binary 1110100 11000 10011101 11010 1010101 0 100110 100011010 1001001 100011

Color Harmonies of #74189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74189D

Black with #74189D

Text Example


Text Example

White with #74189D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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