Html Css Color HEX #742197 Vivid Violet

📋 copy color: '#742197'

red 116 ◦ green 33 ◦ blue 151

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

Shades of Vivid Violet #742197

Tints of Vivid Violet #742197

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11%

 BLUE value IS 151 (59.38% from 255) = 50.33%

R = 38.67%
G = 11%
B = 50.33%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#742197 (or 0x742197) is known color: Vivid Violet. HEX triplet: 74, 21 and 97. RGB value is (116,33,151). Sum of RGB (Red+Green+Blue) = 116+33+151=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 151 (59.38% from 255 or 50.33% from 300); Max value from RGB is 151 - color contains mainly: blue. Hex color #742197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742197 is #8BDE68. Grayscale: #464646. Windows color (decimal): -9166441 or 9904500. OLE color: 9904500.

HSL color Cylindrical-coordinate representation of color #742197: hue angle of 282.2º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #742197 is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 33 151 -
CMYK 0.23 0.78 0 0.41
HSL 282.2º 0.64% 0.36% -
HSV(B) 282.2º 0.78% 0.59% -
XYZ 13.33 7.04 29.93 -
YUV 71.27 173 159.91 -
System Red Green Blue C M Y K H S L
Decimal 116 33 151 0.23 0.78 0 0.41 282.2 0.64 0.36
Hex 74 21 97 17 4E 0 29 11A 40 24
Octal 164 41 227 27 116 0 51 432 100 44
Binary 1110100 100001 10010111 10111 1001110 0 101001 100011010 1000000 100100

Color Harmonies of #742197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742197

Black with #742197

Text Example


Text Example

White with #742197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742197; }

 p { color: rgb(116,33,151); }

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

background-color css

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

 a { background-color: rgb(116,33,151); }

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

border-color css

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

 span { border-color: rgb(116,33,151); }

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