Html Css Color HEX #74229E Vivid Violet

📋 copy color: '#74229E'

red 116 ◦ green 34 ◦ blue 158

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

Shades of Vivid Violet #74229E

Tints of Vivid Violet #74229E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 51.3%

R = 37.66%
G = 11.04%
B = 51.3%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74229E (or 0x74229E) is known color: Vivid Violet. HEX triplet: 74, 22 and 9E. RGB value is (116,34,158). Sum of RGB (Red+Green+Blue) = 116+34+158=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 158 (62.11% from 255 or 51.30% from 308); Max value from RGB is 158 - color contains mainly: blue. Hex color #74229E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74229E is #8BDD61. Grayscale: #484848. Windows color (decimal): -9166178 or 10363508. OLE color: 10363508.

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

Color convert

RGB 116 34 158 -
CMYK 0.27 0.78 0 0.38
HSL 279.68º 0.65% 0.38% -
HSV(B) 279.68º 0.78% 0.62% -
XYZ 13.95 7.33 33.03 -
YUV 72.65 176.17 158.92 -
System Red Green Blue C M Y K H S L
Decimal 116 34 158 0.27 0.78 0 0.38 279.68 0.65 0.38
Hex 74 22 9E 1B 4E 0 26 118 41 26
Octal 164 42 236 33 116 0 46 430 101 46
Binary 1110100 100010 10011110 11011 1001110 0 100110 100011000 1000001 100110

Color Harmonies of #74229E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74229E

Black with #74229E

Text Example


Text Example

White with #74229E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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