Html Css Color HEX #74289D Vivid Violet

📋 copy color: '#74289D'

red 116 ◦ green 40 ◦ blue 157

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

Shades of Vivid Violet #74289D

Tints of Vivid Violet #74289D

RGB

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

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

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

R = 37.06%
G = 12.78%
B = 50.16%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74289D (or 0x74289D) is known color: Vivid Violet. HEX triplet: 74, 28 and 9D. RGB value is (116,40,157). Sum of RGB (Red+Green+Blue) = 116+40+157=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #74289D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74289D is #8BD762. Grayscale: #4B4B4B. Windows color (decimal): -9164643 or 10299508. OLE color: 10299508.

HSL color Cylindrical-coordinate representation of color #74289D: hue angle of 278.97º degrees, saturation: 0.59, 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 #74289D is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 40 157 -
CMYK 0.26 0.75 0 0.38
HSL 278.97º 0.59% 0.39% -
HSV(B) 278.97º 0.75% 0.62% -
XYZ 14.05 7.66 32.64 -
YUV 76.06 173.68 156.49 -
System Red Green Blue C M Y K H S L
Decimal 116 40 157 0.26 0.75 0 0.38 278.97 0.59 0.39
Hex 74 28 9D 1A 4B 0 26 117 3B 27
Octal 164 50 235 32 113 0 46 427 73 47
Binary 1110100 101000 10011101 11010 1001011 0 100110 100010111 111011 100111

Color Harmonies of #74289D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74289D

Black with #74289D

Text Example


Text Example

White with #74289D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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