Html Css Color HEX #74169B Vivid Violet

📋 copy color: '#74169B'

red 116 ◦ green 22 ◦ blue 155

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

Shades of Vivid Violet #74169B

Tints of Vivid Violet #74169B

RGB

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

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

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

R = 39.59%
G = 7.51%
B = 52.9%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74169B (or 0x74169B) is known color: Vivid Violet. HEX triplet: 74, 16 and 9B. RGB value is (116,22,155). Sum of RGB (Red+Green+Blue) = 116+22+155=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #74169B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74169B is #8BE964. Grayscale: #404040. Windows color (decimal): -9169253 or 10163828. OLE color: 10163828.

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

Color convert

RGB 116 22 155 -
CMYK 0.25 0.86 0 0.39
HSL 282.41º 0.75% 0.35% -
HSV(B) 282.41º 0.86% 0.61% -
XYZ 13.41 6.65 31.59 -
YUV 65.27 178.64 164.19 -
System Red Green Blue C M Y K H S L
Decimal 116 22 155 0.25 0.86 0 0.39 282.41 0.75 0.35
Hex 74 16 9B 19 56 0 27 11A 4B 23
Octal 164 26 233 31 126 0 47 432 113 43
Binary 1110100 10110 10011011 11001 1010110 0 100111 100011010 1001011 100011

Color Harmonies of #74169B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74169B

Black with #74169B

Text Example


Text Example

White with #74169B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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