Html Css Color HEX #74169D Vivid Violet

📋 copy color: '#74169D'

red 116 ◦ green 22 ◦ blue 157

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

Shades of Vivid Violet #74169D

Tints of Vivid Violet #74169D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.46%

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

R = 39.32%
G = 7.46%
B = 53.22%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74169D (or 0x74169D) is known color: Vivid Violet. HEX triplet: 74, 16 and 9D. RGB value is (116,22,157). Sum of RGB (Red+Green+Blue) = 116+22+157=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #74169D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74169D is #8BE962. Grayscale: #414141. Windows color (decimal): -9169251 or 10294900. OLE color: 10294900.

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

Color convert

RGB 116 22 157 -
CMYK 0.26 0.86 0 0.38
HSL 281.78º 0.75% 0.35% -
HSV(B) 281.78º 0.86% 0.62% -
XYZ 13.58 6.72 32.48 -
YUV 65.5 179.64 164.02 -
System Red Green Blue C M Y K H S L
Decimal 116 22 157 0.26 0.86 0 0.38 281.78 0.75 0.35
Hex 74 16 9D 1A 56 0 26 11A 4B 23
Octal 164 26 235 32 126 0 46 432 113 43
Binary 1110100 10110 10011101 11010 1010110 0 100110 100011010 1001011 100011

Color Harmonies of #74169D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74169D

Black with #74169D

Text Example


Text Example

White with #74169D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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