Html Css Color HEX #743495 Vivid Violet

📋 copy color: '#743495'

red 116 ◦ green 52 ◦ blue 149

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

Shades of Vivid Violet #743495

Tints of Vivid Violet #743495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.4%

 BLUE value IS 149 (58.59% from 255) = 47%

R = 36.59%
G = 16.4%
B = 47%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#743495 (or 0x743495) is known color: Vivid Violet. HEX triplet: 74, 34 and 95. RGB value is (116,52,149). Sum of RGB (Red+Green+Blue) = 116+52+149=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #743495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743495 is #8BCB6A. Grayscale: #515151. Windows color (decimal): -9161579 or 9778292. OLE color: 9778292.

HSL color Cylindrical-coordinate representation of color #743495: hue angle of 279.59º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #743495 is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 52 149 -
CMYK 0.22 0.65 0 0.42
HSL 279.59º 0.48% 0.39% -
HSV(B) 279.59º 0.65% 0.58% -
XYZ 13.86 8.34 29.31 -
YUV 82.19 165.7 152.11 -
System Red Green Blue C M Y K H S L
Decimal 116 52 149 0.22 0.65 0 0.42 279.59 0.48 0.39
Hex 74 34 95 16 41 0 2A 118 30 27
Octal 164 64 225 26 101 0 52 430 60 47
Binary 1110100 110100 10010101 10110 1000001 0 101010 100011000 110000 100111

Color Harmonies of #743495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743495

Black with #743495

Text Example


Text Example

White with #743495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743495; }

 p { color: rgb(116,52,149); }

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

background-color css

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

 a { background-color: rgb(116,52,149); }

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

border-color css

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

 span { border-color: rgb(116,52,149); }

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