Html Css Color HEX #742987 Vivid Violet

📋 copy color: '#742987'

red 116 ◦ green 41 ◦ blue 135

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

Shades of Vivid Violet #742987

Tints of Vivid Violet #742987

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.04%

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

R = 39.73%
G = 14.04%
B = 46.23%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#742987 (or 0x742987) is known color: Vivid Violet. HEX triplet: 74, 29 and 87. RGB value is (116,41,135). Sum of RGB (Red+Green+Blue) = 116+41+135=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 135 (53.12% from 255 or 46.23% from 292); Max value from RGB is 135 - color contains mainly: blue. Hex color #742987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742987 is #8BD678. Grayscale: #494949. Windows color (decimal): -9164409 or 8857972. OLE color: 8857972.

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

Color convert

RGB 116 41 135 -
CMYK 0.14 0.70 0 0.47
HSL 287.87º 0.53% 0.35% -
HSV(B) 287.87º 0.7% 0.53% -
XYZ 12.37 7.05 23.63 -
YUV 74.14 162.35 157.86 -
System Red Green Blue C M Y K H S L
Decimal 116 41 135 0.14 0.70 0 0.47 287.87 0.53 0.35
Hex 74 29 87 E 46 0 2F 120 35 23
Octal 164 51 207 16 106 0 57 440 65 43
Binary 1110100 101001 10000111 1110 1000110 0 101111 100100000 110101 100011

Color Harmonies of #742987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742987

Black with #742987

Text Example


Text Example

White with #742987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742987; }

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

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

background-color css

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

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

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

border-color css

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

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

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