Html Css Color HEX #74218E Vivid Violet

📋 copy color: '#74218E'

red 116 ◦ green 33 ◦ blue 142

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

Shades of Vivid Violet #74218E

Tints of Vivid Violet #74218E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.34%

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

R = 39.86%
G = 11.34%
B = 48.8%

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

#74218E (or 0x74218E) is known color: Vivid Violet. HEX triplet: 74, 21 and 8E. RGB value is (116,33,142). Sum of RGB (Red+Green+Blue) = 116+33+142=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 142 (55.86% from 255 or 48.80% from 291); Max value from RGB is 142 - color contains mainly: blue. Hex color #74218E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74218E is #8BDE71. Grayscale: #454545. Windows color (decimal): -9166450 or 9314676. OLE color: 9314676.

HSL color Cylindrical-coordinate representation of color #74218E: hue angle of 285.69º degrees, saturation: 0.62, 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 #74218E is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 33 142 -
CMYK 0.18 0.77 0 0.44
HSL 285.69º 0.62% 0.34% -
HSV(B) 285.69º 0.77% 0.56% -
XYZ 12.63 6.75 26.23 -
YUV 70.24 168.5 160.64 -
System Red Green Blue C M Y K H S L
Decimal 116 33 142 0.18 0.77 0 0.44 285.69 0.62 0.34
Hex 74 21 8E 12 4D 0 2C 11E 3E 22
Octal 164 41 216 22 115 0 54 436 76 42
Binary 1110100 100001 10001110 10010 1001101 0 101100 100011110 111110 100010

Color Harmonies of #74218E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74218E

Black with #74218E

Text Example


Text Example

White with #74218E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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