Html Css Color HEX #743487 Vivid Violet

📋 copy color: '#743487'

red 116 ◦ green 52 ◦ blue 135

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

Shades of Vivid Violet #743487

Tints of Vivid Violet #743487

RGB

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

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

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

R = 38.28%
G = 17.16%
B = 44.55%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#743487 (or 0x743487) is known color: Vivid Violet. HEX triplet: 74, 34 and 87. RGB value is (116,52,135). Sum of RGB (Red+Green+Blue) = 116+52+135=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 135 - color contains mainly: blue. Hex color #743487 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743487 is #8BCB78. Grayscale: #505050. Windows color (decimal): -9161593 or 8860788. OLE color: 8860788.

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

Color convert

RGB 116 52 135 -
CMYK 0.14 0.61 0 0.47
HSL 286.27º 0.44% 0.37% -
HSV(B) 286.27º 0.61% 0.53% -
XYZ 12.8 7.92 23.78 -
YUV 80.6 158.7 153.25 -
System Red Green Blue C M Y K H S L
Decimal 116 52 135 0.14 0.61 0 0.47 286.27 0.44 0.37
Hex 74 34 87 E 3D 0 2F 11E 2C 25
Octal 164 64 207 16 75 0 57 436 54 45
Binary 1110100 110100 10000111 1110 111101 0 101111 100011110 101100 100101

Color Harmonies of #743487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743487

Black with #743487

Text Example


Text Example

White with #743487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743487; }

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

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

background-color css

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

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

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

border-color css

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

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

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