Html Css Color HEX #742589 Vivid Violet

📋 copy color: '#742589'

red 116 ◦ green 37 ◦ blue 137

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

Shades of Vivid Violet #742589

Tints of Vivid Violet #742589

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.76%

 BLUE value IS 137 (53.91% from 255) = 47.24%

R = 40%
G = 12.76%
B = 47.24%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#742589 (or 0x742589) is known color: Vivid Violet. HEX triplet: 74, 25 and 89. RGB value is (116,37,137). Sum of RGB (Red+Green+Blue) = 116+37+137=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 137 - color contains mainly: blue. Hex color #742589 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742589 is #8BDA76. Grayscale: #474747. Windows color (decimal): -9165431 or 8988020. OLE color: 8988020.

HSL color Cylindrical-coordinate representation of color #742589: hue angle of 287.4º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #742589 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 37 137 -
CMYK 0.15 0.73 0 0.46
HSL 287.4º 0.57% 0.34% -
HSV(B) 287.4º 0.73% 0.54% -
XYZ 12.38 6.84 24.34 -
YUV 72.02 164.67 159.37 -
System Red Green Blue C M Y K H S L
Decimal 116 37 137 0.15 0.73 0 0.46 287.4 0.57 0.34
Hex 74 25 89 F 49 0 2E 11F 39 22
Octal 164 45 211 17 111 0 56 437 71 42
Binary 1110100 100101 10001001 1111 1001001 0 101110 100011111 111001 100010

Color Harmonies of #742589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742589

Black with #742589

Text Example


Text Example

White with #742589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742589; }

 p { color: rgb(116,37,137); }

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

background-color css

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

 a { background-color: rgb(116,37,137); }

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

border-color css

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

 span { border-color: rgb(116,37,137); }

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