Html Css Color HEX #74229F Vivid Violet

📋 copy color: '#74229F'

red 116 ◦ green 34 ◦ blue 159

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

Shades of Vivid Violet #74229F

Tints of Vivid Violet #74229F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11%

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

R = 37.54%
G = 11%
B = 51.46%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74229F (or 0x74229F) is known color: Vivid Violet. HEX triplet: 74, 22 and 9F. RGB value is (116,34,159). Sum of RGB (Red+Green+Blue) = 116+34+159=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #74229F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74229F is #8BDD60. Grayscale: #484848. Windows color (decimal): -9166177 or 10429044. OLE color: 10429044.

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

Color convert

RGB 116 34 159 -
CMYK 0.27 0.79 0 0.38
HSL 279.36º 0.65% 0.38% -
HSV(B) 279.36º 0.79% 0.62% -
XYZ 14.03 7.36 33.48 -
YUV 72.77 176.67 158.84 -
System Red Green Blue C M Y K H S L
Decimal 116 34 159 0.27 0.79 0 0.38 279.36 0.65 0.38
Hex 74 22 9F 1B 4F 0 26 117 41 26
Octal 164 42 237 33 117 0 46 427 101 46
Binary 1110100 100010 10011111 11011 1001111 0 100110 100010111 1000001 100110

Color Harmonies of #74229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74229F

Black with #74229F

Text Example


Text Example

White with #74229F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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