Html Css Color HEX #743D87 Vivid Violet

📋 copy color: '#743D87'

red 116 ◦ green 61 ◦ blue 135

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

Shades of Vivid Violet #743D87

Tints of Vivid Violet #743D87

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.55%

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

R = 37.18%
G = 19.55%
B = 43.27%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#743D87 (or 0x743D87) is known color: Vivid Violet. HEX triplet: 74, 3D and 87. RGB value is (116,61,135). Sum of RGB (Red+Green+Blue) = 116+61+135=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 135 - color contains mainly: blue. Hex color #743D87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743D87 is #8BC278. Grayscale: #555555. Windows color (decimal): -9159289 or 8863092. OLE color: 8863092.

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

Color convert

RGB 116 61 135 -
CMYK 0.14 0.55 0 0.47
HSL 284.59º 0.38% 0.38% -
HSV(B) 284.59º 0.55% 0.53% -
XYZ 13.24 8.8 23.92 -
YUV 85.88 155.72 149.48 -
System Red Green Blue C M Y K H S L
Decimal 116 61 135 0.14 0.55 0 0.47 284.59 0.38 0.38
Hex 74 3D 87 E 37 0 2F 11D 26 26
Octal 164 75 207 16 67 0 57 435 46 46
Binary 1110100 111101 10000111 1110 110111 0 101111 100011101 100110 100110

Color Harmonies of #743D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743D87

Black with #743D87

Text Example


Text Example

White with #743D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743D87; }

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

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

background-color css

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

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

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

border-color css

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

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

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