Html Css Color HEX #74208D Vivid Violet

📋 copy color: '#74208D'

red 116 ◦ green 32 ◦ blue 141

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

Shades of Vivid Violet #74208D

Tints of Vivid Violet #74208D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 48.79%

R = 40.14%
G = 11.07%
B = 48.79%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74208D (or 0x74208D) is known color: Vivid Violet. HEX triplet: 74, 20 and 8D. RGB value is (116,32,141). Sum of RGB (Red+Green+Blue) = 116+32+141=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #74208D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74208D is #8BDF72. Grayscale: #454545. Windows color (decimal): -9166707 or 9248884. OLE color: 9248884.

HSL color Cylindrical-coordinate representation of color #74208D: hue angle of 286.24º 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 #74208D is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 32 141 -
CMYK 0.18 0.77 0 0.45
HSL 286.24º 0.63% 0.34% -
HSV(B) 286.24º 0.77% 0.55% -
XYZ 12.53 6.67 25.83 -
YUV 69.54 168.33 161.14 -
System Red Green Blue C M Y K H S L
Decimal 116 32 141 0.18 0.77 0 0.45 286.24 0.63 0.34
Hex 74 20 8D 12 4D 0 2D 11E 3F 22
Octal 164 40 215 22 115 0 55 436 77 42
Binary 1110100 100000 10001101 10010 1001101 0 101101 100011110 111111 100010

Color Harmonies of #74208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74208D

Black with #74208D

Text Example


Text Example

White with #74208D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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