Html Css Color HEX #74289F Vivid Violet

📋 copy color: '#74289F'

red 116 ◦ green 40 ◦ blue 159

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

Shades of Vivid Violet #74289F

Tints of Vivid Violet #74289F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 50.48%

R = 36.83%
G = 12.7%
B = 50.48%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74289F (or 0x74289F) is known color: Vivid Violet. HEX triplet: 74, 28 and 9F. RGB value is (116,40,159). Sum of RGB (Red+Green+Blue) = 116+40+159=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 159 (62.5% from 255 or 50.48% from 315); Max value from RGB is 159 - color contains mainly: blue. Hex color #74289F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74289F is #8BD760. Grayscale: #4B4B4B. Windows color (decimal): -9164641 or 10430580. OLE color: 10430580.

HSL color Cylindrical-coordinate representation of color #74289F: hue angle of 278.32º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74289F is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 40 159 -
CMYK 0.27 0.75 0 0.38
HSL 278.32º 0.6% 0.39% -
HSV(B) 278.32º 0.75% 0.62% -
XYZ 14.22 7.73 33.54 -
YUV 76.29 174.68 156.32 -
System Red Green Blue C M Y K H S L
Decimal 116 40 159 0.27 0.75 0 0.38 278.32 0.6 0.39
Hex 74 28 9F 1B 4B 0 26 116 3C 27
Octal 164 50 237 33 113 0 46 426 74 47
Binary 1110100 101000 10011111 11011 1001011 0 100110 100010110 111100 100111

Color Harmonies of #74289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74289F

Black with #74289F

Text Example


Text Example

White with #74289F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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