Html Css Color HEX #741C99 Vivid Violet

📋 copy color: '#741C99'

red 116 ◦ green 28 ◦ blue 153

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

Shades of Vivid Violet #741C99

Tints of Vivid Violet #741C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 51.52%

R = 39.06%
G = 9.43%
B = 51.52%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#741C99 (or 0x741C99) is known color: Vivid Violet. HEX triplet: 74, 1C and 99. RGB value is (116,28,153). Sum of RGB (Red+Green+Blue) = 116+28+153=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #741C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741C99 is #8BE366. Grayscale: #444444. Windows color (decimal): -9167719 or 10034292. OLE color: 10034292.

HSL color Cylindrical-coordinate representation of color #741C99: hue angle of 282.24º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #741C99 is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 28 153 -
CMYK 0.24 0.82 0 0.4
HSL 282.24º 0.69% 0.35% -
HSV(B) 282.24º 0.82% 0.6% -
XYZ 13.37 6.84 30.75 -
YUV 68.56 175.65 161.84 -
System Red Green Blue C M Y K H S L
Decimal 116 28 153 0.24 0.82 0 0.4 282.24 0.69 0.35
Hex 74 1C 99 18 52 0 28 11A 45 23
Octal 164 34 231 30 122 0 50 432 105 43
Binary 1110100 11100 10011001 11000 1010010 0 101000 100011010 1000101 100011

Color Harmonies of #741C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741C99

Black with #741C99

Text Example


Text Example

White with #741C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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