Html Css Color HEX #741CF3 Blue Violet

📋 copy color: '#741CF3'

red 116 ◦ green 28 ◦ blue 243

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

Shades of Blue Violet #741CF3

Tints of Blue Violet #741CF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 62.79%

R = 29.97%
G = 7.24%
B = 62.79%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#741CF3 (or 0x741CF3) is known color: Blue Violet. HEX triplet: 74, 1C and F3. RGB value is (116,28,243). Sum of RGB (Red+Green+Blue) = 116+28+243=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 243 (95.31% from 255 or 62.79% from 387); Max value from RGB is 243 - color contains mainly: blue. Hex color #741CF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741CF3 is #8BE30C. Grayscale: #4E4E4E. Windows color (decimal): -9167629 or 15932532. OLE color: 15932532.

HSL color Cylindrical-coordinate representation of color #741CF3: hue angle of 264.56º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #741CF3 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 28 243 -
CMYK 0.52 0.88 0 0.05
HSL 264.56º 0.9% 0.53% -
HSV(B) 264.56º 0.88% 0.95% -
XYZ 23.8 11.01 85.67 -
YUV 78.82 220.65 154.52 -
System Red Green Blue C M Y K H S L
Decimal 116 28 243 0.52 0.88 0 0.05 264.56 0.9 0.53
Hex 74 1C F3 34 58 0 5 109 5A 35
Octal 164 34 363 64 130 0 5 411 132 65
Binary 1110100 11100 11110011 110100 1011000 0 101 100001001 1011010 110101

Color Harmonies of #741CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741CF3

Black with #741CF3

Text Example


Text Example

White with #741CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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