Html Css Color HEX #74209F Vivid Violet

📋 copy color: '#74209F'

red 116 ◦ green 32 ◦ blue 159

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

Shades of Vivid Violet #74209F

Tints of Vivid Violet #74209F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 51.79%

R = 37.79%
G = 10.42%
B = 51.79%

CMYK

 C value IS 0.27

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74209F (or 0x74209F) is known color: Vivid Violet. HEX triplet: 74, 20 and 9F. RGB value is (116,32,159). Sum of RGB (Red+Green+Blue) = 116+32+159=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 159 (62.5% from 255 or 51.79% from 307); Max value from RGB is 159 - color contains mainly: blue. Hex color #74209F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74209F is #8BDF60. Grayscale: #474747. Windows color (decimal): -9166689 or 10428532. OLE color: 10428532.

HSL color Cylindrical-coordinate representation of color #74209F: hue angle of 279.69º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74209F is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 32 159 -
CMYK 0.27 0.80 0 0.38
HSL 279.69º 0.66% 0.37% -
HSV(B) 279.69º 0.8% 0.62% -
XYZ 13.98 7.25 33.46 -
YUV 71.59 177.33 159.67 -
System Red Green Blue C M Y K H S L
Decimal 116 32 159 0.27 0.80 0 0.38 279.69 0.66 0.37
Hex 74 20 9F 1B 50 0 26 118 42 25
Octal 164 40 237 33 120 0 46 430 102 45
Binary 1110100 100000 10011111 11011 1010000 0 100110 100011000 1000010 100101

Color Harmonies of #74209F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74209F

Black with #74209F

Text Example


Text Example

White with #74209F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74209F; }

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

 H1.HeaderClassName
 {
   color: #74209F;
 }
 .AnyTagClassName
 {
   color: #74209F;
 }
</style>

background-color css

<style>
 a { background-color: #74209F; }

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

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

border-color css

<style>
 span { border-color: #74209F; }

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

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