Html Css Color HEX #74208C Vivid Violet

📋 copy color: '#74208C'

red 116 ◦ green 32 ◦ blue 140

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

Shades of Vivid Violet #74208C

Tints of Vivid Violet #74208C

RGB

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

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

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

R = 40.28%
G = 11.11%
B = 48.61%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74208C (or 0x74208C) is known color: Vivid Violet. HEX triplet: 74, 20 and 8C. RGB value is (116,32,140). Sum of RGB (Red+Green+Blue) = 116+32+140=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 140 (55.08% from 255 or 48.61% from 288); Max value from RGB is 140 - color contains mainly: blue. Hex color #74208C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74208C is #8BDF73. Grayscale: #454545. Windows color (decimal): -9166708 or 9183348. OLE color: 9183348.

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

Color convert

RGB 116 32 140 -
CMYK 0.17 0.77 0 0.45
HSL 286.67º 0.63% 0.34% -
HSV(B) 286.67º 0.77% 0.55% -
XYZ 12.45 6.64 25.44 -
YUV 69.43 167.83 161.22 -
System Red Green Blue C M Y K H S L
Decimal 116 32 140 0.17 0.77 0 0.45 286.67 0.63 0.34
Hex 74 20 8C 11 4D 0 2D 11F 3F 22
Octal 164 40 214 21 115 0 55 437 77 42
Binary 1110100 100000 10001100 10001 1001101 0 101101 100011111 111111 100010

Color Harmonies of #74208C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74208C

Black with #74208C

Text Example


Text Example

White with #74208C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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