Html Css Color HEX #742289 Vivid Violet

📋 copy color: '#742289'

red 116 ◦ green 34 ◦ blue 137

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

Shades of Vivid Violet #742289

Tints of Vivid Violet #742289

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.85%

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

R = 40.42%
G = 11.85%
B = 47.74%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#742289 (or 0x742289) is known color: Vivid Violet. HEX triplet: 74, 22 and 89. RGB value is (116,34,137). Sum of RGB (Red+Green+Blue) = 116+34+137=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #742289 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742289 is #8BDD76. Grayscale: #454545. Windows color (decimal): -9166199 or 8987252. OLE color: 8987252.

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

Color convert

RGB 116 34 137 -
CMYK 0.15 0.75 0 0.46
HSL 287.77º 0.6% 0.34% -
HSV(B) 287.77º 0.75% 0.54% -
XYZ 12.29 6.66 24.31 -
YUV 70.26 165.67 160.62 -
System Red Green Blue C M Y K H S L
Decimal 116 34 137 0.15 0.75 0 0.46 287.77 0.6 0.34
Hex 74 22 89 F 4B 0 2E 120 3C 22
Octal 164 42 211 17 113 0 56 440 74 42
Binary 1110100 100010 10001001 1111 1001011 0 101110 100100000 111100 100010

Color Harmonies of #742289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742289

Black with #742289

Text Example


Text Example

White with #742289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742289; }

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

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

background-color css

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

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

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

border-color css

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

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

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