Html Css Color HEX #741D99 Vivid Violet

📋 copy color: '#741D99'

red 116 ◦ green 29 ◦ blue 153

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

Shades of Vivid Violet #741D99

Tints of Vivid Violet #741D99

RGB

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

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

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

R = 38.93%
G = 9.73%
B = 51.34%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#741D99 (or 0x741D99) is known color: Vivid Violet. HEX triplet: 74, 1D and 99. RGB value is (116,29,153). Sum of RGB (Red+Green+Blue) = 116+29+153=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 29 (11.72% from 255 or 9.73% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #741D99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741D99 is #8BE266. Grayscale: #444444. Windows color (decimal): -9167463 or 10034548. OLE color: 10034548.

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

Color convert

RGB 116 29 153 -
CMYK 0.24 0.81 0 0.4
HSL 282.1º 0.68% 0.36% -
HSV(B) 282.1º 0.81% 0.6% -
XYZ 13.39 6.89 30.76 -
YUV 69.15 175.32 161.42 -
System Red Green Blue C M Y K H S L
Decimal 116 29 153 0.24 0.81 0 0.4 282.1 0.68 0.36
Hex 74 1D 99 18 51 0 28 11A 44 24
Octal 164 35 231 30 121 0 50 432 104 44
Binary 1110100 11101 10011001 11000 1010001 0 101000 100011010 1000100 100100

Color Harmonies of #741D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741D99

Black with #741D99

Text Example


Text Example

White with #741D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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