Html Css Color HEX #741C89 Vivid Violet

📋 copy color: '#741C89'

red 116 ◦ green 28 ◦ blue 137

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

Shades of Vivid Violet #741C89

Tints of Vivid Violet #741C89

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.96%

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

R = 41.28%
G = 9.96%
B = 48.75%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#741C89 (or 0x741C89) is known color: Vivid Violet. HEX triplet: 74, 1C and 89. RGB value is (116,28,137). Sum of RGB (Red+Green+Blue) = 116+28+137=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #741C89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741C89 is #8BE376. Grayscale: #424242. Windows color (decimal): -9167735 or 8985716. OLE color: 8985716.

HSL color Cylindrical-coordinate representation of color #741C89: hue angle of 288.44º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #741C89 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 28 137 -
CMYK 0.15 0.80 0 0.46
HSL 288.44º 0.66% 0.32% -
HSV(B) 288.44º 0.8% 0.54% -
XYZ 12.13 6.35 24.25 -
YUV 66.74 167.65 163.14 -
System Red Green Blue C M Y K H S L
Decimal 116 28 137 0.15 0.80 0 0.46 288.44 0.66 0.32
Hex 74 1C 89 F 50 0 2E 120 42 20
Octal 164 34 211 17 120 0 56 440 102 40
Binary 1110100 11100 10001001 1111 1010000 0 101110 100100000 1000010 100000

Color Harmonies of #741C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741C89

Black with #741C89

Text Example


Text Example

White with #741C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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