Html Css Color HEX #74289B Vivid Violet

📋 copy color: '#74289B'

red 116 ◦ green 40 ◦ blue 155

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

Shades of Vivid Violet #74289B

Tints of Vivid Violet #74289B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.86%

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

R = 37.3%
G = 12.86%
B = 49.84%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74289B (or 0x74289B) is known color: Vivid Violet. HEX triplet: 74, 28 and 9B. RGB value is (116,40,155). Sum of RGB (Red+Green+Blue) = 116+40+155=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #74289B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74289B is #8BD764. Grayscale: #4B4B4B. Windows color (decimal): -9164645 or 10168436. OLE color: 10168436.

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

Color convert

RGB 116 40 155 -
CMYK 0.25 0.74 0 0.39
HSL 279.65º 0.59% 0.38% -
HSV(B) 279.65º 0.74% 0.61% -
XYZ 13.88 7.6 31.75 -
YUV 75.83 172.68 156.65 -
System Red Green Blue C M Y K H S L
Decimal 116 40 155 0.25 0.74 0 0.39 279.65 0.59 0.38
Hex 74 28 9B 19 4A 0 27 118 3B 26
Octal 164 50 233 31 112 0 47 430 73 46
Binary 1110100 101000 10011011 11001 1001010 0 100111 100011000 111011 100110

Color Harmonies of #74289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74289B

Black with #74289B

Text Example


Text Example

White with #74289B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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