Html Css Color HEX #74218C Vivid Violet

📋 copy color: '#74218C'

red 116 ◦ green 33 ◦ blue 140

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

Shades of Vivid Violet #74218C

Tints of Vivid Violet #74218C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 48.44%

R = 40.14%
G = 11.42%
B = 48.44%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74218C (or 0x74218C) is known color: Vivid Violet. HEX triplet: 74, 21 and 8C. RGB value is (116,33,140). Sum of RGB (Red+Green+Blue) = 116+33+140=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 140 - color contains mainly: blue. Hex color #74218C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74218C is #8BDE73. Grayscale: #454545. Windows color (decimal): -9166452 or 9183604. OLE color: 9183604.

HSL color Cylindrical-coordinate representation of color #74218C: hue angle of 286.54º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74218C is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 33 140 -
CMYK 0.17 0.76 0 0.45
HSL 286.54º 0.62% 0.34% -
HSV(B) 286.54º 0.76% 0.55% -
XYZ 12.48 6.69 25.45 -
YUV 70.02 167.5 160.8 -
System Red Green Blue C M Y K H S L
Decimal 116 33 140 0.17 0.76 0 0.45 286.54 0.62 0.34
Hex 74 21 8C 11 4C 0 2D 11F 3E 22
Octal 164 41 214 21 114 0 55 437 76 42
Binary 1110100 100001 10001100 10001 1001100 0 101101 100011111 111110 100010

Color Harmonies of #74218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74218C

Black with #74218C

Text Example


Text Example

White with #74218C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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