Html Css Color HEX #74208E Vivid Violet

📋 copy color: '#74208E'

red 116 ◦ green 32 ◦ blue 142

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

Shades of Vivid Violet #74208E

Tints of Vivid Violet #74208E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.03%

 BLUE value IS 142 (55.86% from 255) = 48.97%

R = 40%
G = 11.03%
B = 48.97%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#74208E (or 0x74208E) is known color: Vivid Violet. HEX triplet: 74, 20 and 8E. RGB value is (116,32,142). Sum of RGB (Red+Green+Blue) = 116+32+142=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 142 (55.86% from 255 or 48.97% from 290); Max value from RGB is 142 - color contains mainly: blue. Hex color #74208E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74208E is #8BDF71. Grayscale: #454545. Windows color (decimal): -9166706 or 9314420. OLE color: 9314420.

HSL color Cylindrical-coordinate representation of color #74208E: hue angle of 285.82º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74208E is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 32 142 -
CMYK 0.18 0.77 0 0.44
HSL 285.82º 0.63% 0.34% -
HSV(B) 285.82º 0.77% 0.56% -
XYZ 12.6 6.7 26.22 -
YUV 69.66 168.83 161.06 -
System Red Green Blue C M Y K H S L
Decimal 116 32 142 0.18 0.77 0 0.44 285.82 0.63 0.34
Hex 74 20 8E 12 4D 0 2C 11E 3F 22
Octal 164 40 216 22 115 0 54 436 77 42
Binary 1110100 100000 10001110 10010 1001101 0 101100 100011110 111111 100010

Color Harmonies of #74208E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74208E

Black with #74208E

Text Example


Text Example

White with #74208E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74208E; }

 p { color: rgb(116,32,142); }

 H1.HeaderClassName
 {
   color: #74208E;
 }
 .AnyTagClassName
 {
   color: #74208E;
 }
</style>

background-color css

<style>
 a { background-color: #74208E; }

 a { background-color: rgb(116,32,142); }

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

border-color css

<style>
 span { border-color: #74208E; }

 span { border-color: rgb(116,32,142); }

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