Html Css Color HEX #74209D Vivid Violet

📋 copy color: '#74209D'

red 116 ◦ green 32 ◦ blue 157

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

Shades of Vivid Violet #74209D

Tints of Vivid Violet #74209D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 51.48%

R = 38.03%
G = 10.49%
B = 51.48%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74209D (or 0x74209D) is known color: Vivid Violet. HEX triplet: 74, 20 and 9D. RGB value is (116,32,157). Sum of RGB (Red+Green+Blue) = 116+32+157=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #74209D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74209D is #8BDF62. Grayscale: #464646. Windows color (decimal): -9166691 or 10297460. OLE color: 10297460.

HSL color Cylindrical-coordinate representation of color #74209D: hue angle of 280.32º 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 #74209D is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 32 157 -
CMYK 0.26 0.80 0 0.38
HSL 280.32º 0.66% 0.37% -
HSV(B) 280.32º 0.8% 0.62% -
XYZ 13.8 7.18 32.56 -
YUV 71.37 176.33 159.84 -
System Red Green Blue C M Y K H S L
Decimal 116 32 157 0.26 0.80 0 0.38 280.32 0.66 0.37
Hex 74 20 9D 1A 50 0 26 118 42 25
Octal 164 40 235 32 120 0 46 430 102 45
Binary 1110100 100000 10011101 11010 1010000 0 100110 100011000 1000010 100101

Color Harmonies of #74209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74209D

Black with #74209D

Text Example


Text Example

White with #74209D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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