Html Css Color HEX #741C9E Vivid Violet

📋 copy color: '#741C9E'

red 116 ◦ green 28 ◦ blue 158

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

Shades of Vivid Violet #741C9E

Tints of Vivid Violet #741C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 52.32%

R = 38.41%
G = 9.27%
B = 52.32%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#741C9E (or 0x741C9E) is known color: Vivid Violet. HEX triplet: 74, 1C and 9E. RGB value is (116,28,158). Sum of RGB (Red+Green+Blue) = 116+28+158=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 158 (62.11% from 255 or 52.32% from 302); Max value from RGB is 158 - color contains mainly: blue. Hex color #741C9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741C9E is #8BE361. Grayscale: #444444. Windows color (decimal): -9167714 or 10361972. OLE color: 10361972.

HSL color Cylindrical-coordinate representation of color #741C9E: hue angle of 280.62º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #741C9E is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 28 158 -
CMYK 0.27 0.82 0 0.38
HSL 280.62º 0.7% 0.36% -
HSV(B) 280.62º 0.82% 0.62% -
XYZ 13.79 7.01 32.97 -
YUV 69.13 178.15 161.43 -
System Red Green Blue C M Y K H S L
Decimal 116 28 158 0.27 0.82 0 0.38 280.62 0.7 0.36
Hex 74 1C 9E 1B 52 0 26 119 46 24
Octal 164 34 236 33 122 0 46 431 106 44
Binary 1110100 11100 10011110 11011 1010010 0 100110 100011001 1000110 100100

Color Harmonies of #741C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741C9E

Black with #741C9E

Text Example


Text Example

White with #741C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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