Html Css Color HEX #741D89 Vivid Violet

📋 copy color: '#741D89'

red 116 ◦ green 29 ◦ blue 137

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

Shades of Vivid Violet #741D89

Tints of Vivid Violet #741D89

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.28%

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

R = 41.13%
G = 10.28%
B = 48.58%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#741D89 (or 0x741D89) is known color: Vivid Violet. HEX triplet: 74, 1D and 89. RGB value is (116,29,137). Sum of RGB (Red+Green+Blue) = 116+29+137=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 137 (53.91% from 255 or 48.58% from 282); Max value from RGB is 137 - color contains mainly: blue. Hex color #741D89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741D89 is #8BE276. Grayscale: #424242. Windows color (decimal): -9167479 or 8985972. OLE color: 8985972.

HSL color Cylindrical-coordinate representation of color #741D89: hue angle of 288.33º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #741D89 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 29 137 -
CMYK 0.15 0.79 0 0.46
HSL 288.33º 0.65% 0.33% -
HSV(B) 288.33º 0.79% 0.54% -
XYZ 12.16 6.4 24.26 -
YUV 67.33 167.32 162.72 -
System Red Green Blue C M Y K H S L
Decimal 116 29 137 0.15 0.79 0 0.46 288.33 0.65 0.33
Hex 74 1D 89 F 4F 0 2E 120 41 21
Octal 164 35 211 17 117 0 56 440 101 41
Binary 1110100 11101 10001001 1111 1001111 0 101110 100100000 1000001 100001

Color Harmonies of #741D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741D89

Black with #741D89

Text Example


Text Example

White with #741D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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