Html Css Color HEX #743197 Vivid Violet

📋 copy color: '#743197'

red 116 ◦ green 49 ◦ blue 151

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

Shades of Vivid Violet #743197

Tints of Vivid Violet #743197

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.51%

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

R = 36.71%
G = 15.51%
B = 47.78%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#743197 (or 0x743197) is known color: Vivid Violet. HEX triplet: 74, 31 and 97. RGB value is (116,49,151). Sum of RGB (Red+Green+Blue) = 116+49+151=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 151 (59.38% from 255 or 47.78% from 316); Max value from RGB is 151 - color contains mainly: blue. Hex color #743197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743197 is #8BCE68. Grayscale: #505050. Windows color (decimal): -9162345 or 9908596. OLE color: 9908596.

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

Color convert

RGB 116 49 151 -
CMYK 0.23 0.68 0 0.41
HSL 279.41º 0.51% 0.39% -
HSV(B) 279.41º 0.68% 0.59% -
XYZ 13.89 8.14 30.12 -
YUV 80.66 167.7 153.21 -
System Red Green Blue C M Y K H S L
Decimal 116 49 151 0.23 0.68 0 0.41 279.41 0.51 0.39
Hex 74 31 97 17 44 0 29 117 33 27
Octal 164 61 227 27 104 0 51 427 63 47
Binary 1110100 110001 10010111 10111 1000100 0 101001 100010111 110011 100111

Color Harmonies of #743197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743197

Black with #743197

Text Example


Text Example

White with #743197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743197; }

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

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

background-color css

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

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

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

border-color css

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

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

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