Html Css Color HEX #743187 Vivid Violet

📋 copy color: '#743187'

red 116 ◦ green 49 ◦ blue 135

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

Shades of Vivid Violet #743187

Tints of Vivid Violet #743187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 45%

R = 38.67%
G = 16.33%
B = 45%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#743187 (or 0x743187) is known color: Vivid Violet. HEX triplet: 74, 31 and 87. RGB value is (116,49,135). Sum of RGB (Red+Green+Blue) = 116+49+135=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 135 - color contains mainly: blue. Hex color #743187 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743187 is #8BCE78. Grayscale: #4E4E4E. Windows color (decimal): -9162361 or 8860020. OLE color: 8860020.

HSL color Cylindrical-coordinate representation of color #743187: hue angle of 286.74º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #743187 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 49 135 -
CMYK 0.14 0.64 0 0.47
HSL 286.74º 0.47% 0.36% -
HSV(B) 286.74º 0.64% 0.53% -
XYZ 12.67 7.66 23.73 -
YUV 78.84 159.7 154.51 -
System Red Green Blue C M Y K H S L
Decimal 116 49 135 0.14 0.64 0 0.47 286.74 0.47 0.36
Hex 74 31 87 E 40 0 2F 11F 2F 24
Octal 164 61 207 16 100 0 57 437 57 44
Binary 1110100 110001 10000111 1110 1000000 0 101111 100011111 101111 100100

Color Harmonies of #743187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743187

Black with #743187

Text Example


Text Example

White with #743187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743187; }

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

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

background-color css

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

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

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

border-color css

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

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

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