Html Css Color HEX #743397 Vivid Violet

📋 copy color: '#743397'

red 116 ◦ green 51 ◦ blue 151

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

Shades of Vivid Violet #743397

Tints of Vivid Violet #743397

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.04%

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

R = 36.48%
G = 16.04%
B = 47.48%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#743397 (or 0x743397) is known color: Vivid Violet. HEX triplet: 74, 33 and 97. RGB value is (116,51,151). Sum of RGB (Red+Green+Blue) = 116+51+151=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 151 (59.38% from 255 or 47.48% from 318); Max value from RGB is 151 - color contains mainly: blue. Hex color #743397 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743397 is #8BCC68. Grayscale: #515151. Windows color (decimal): -9161833 or 9909108. OLE color: 9909108.

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

Color convert

RGB 116 51 151 -
CMYK 0.23 0.66 0 0.41
HSL 279º 0.5% 0.4% -
HSV(B) 279º 0.66% 0.59% -
XYZ 13.97 8.32 30.15 -
YUV 81.84 167.03 152.37 -
System Red Green Blue C M Y K H S L
Decimal 116 51 151 0.23 0.66 0 0.41 279 0.5 0.4
Hex 74 33 97 17 42 0 29 117 32 28
Octal 164 63 227 27 102 0 51 427 62 50
Binary 1110100 110011 10010111 10111 1000010 0 101001 100010111 110010 101000

Color Harmonies of #743397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743397

Black with #743397

Text Example


Text Example

White with #743397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743397; }

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

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

background-color css

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

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

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

border-color css

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

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

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