Html Css Color HEX #741CE8 Blue Violet

📋 copy color: '#741CE8'

red 116 ◦ green 28 ◦ blue 232

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

Shades of Blue Violet #741CE8

Tints of Blue Violet #741CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 61.7%

R = 30.85%
G = 7.45%
B = 61.7%

CMYK

 C value IS 0.50

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#741CE8 (or 0x741CE8) is known color: Blue Violet. HEX triplet: 74, 1C and E8. RGB value is (116,28,232). Sum of RGB (Red+Green+Blue) = 116+28+232=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 28 (11.33% from 255 or 7.45% from 376); Blue value is 232 (91.02% from 255 or 61.70% from 376); Max value from RGB is 232 - color contains mainly: blue. Hex color #741CE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741CE8 is #8BE317. Grayscale: #4C4C4C. Windows color (decimal): -9167640 or 15211636. OLE color: 15211636.

HSL color Cylindrical-coordinate representation of color #741CE8: hue angle of 265.88º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #741CE8 is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 116 28 232 -
CMYK 0.50 0.88 0 0.09
HSL 265.88º 0.82% 0.51% -
HSV(B) 265.88º 0.88% 0.91% -
XYZ 22.18 10.37 77.18 -
YUV 77.57 215.15 155.41 -
System Red Green Blue C M Y K H S L
Decimal 116 28 232 0.50 0.88 0 0.09 265.88 0.82 0.51
Hex 74 1C E8 32 58 0 9 10A 52 33
Octal 164 34 350 62 130 0 11 412 122 63
Binary 1110100 11100 11101000 110010 1011000 0 1001 100001010 1010010 110011

Color Harmonies of #741CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741CE8

Black with #741CE8

Text Example


Text Example

White with #741CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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