Html Css Color HEX #741FE8 Blue Violet

📋 copy color: '#741FE8'

red 116 ◦ green 31 ◦ blue 232

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

Shades of Blue Violet #741FE8

Tints of Blue Violet #741FE8

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.18%

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

R = 30.61%
G = 8.18%
B = 61.21%

CMYK

 C value IS 0.50

 M value IS 0.87

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#741FE8 (or 0x741FE8) is known color: Blue Violet. HEX triplet: 74, 1F and E8. RGB value is (116,31,232). Sum of RGB (Red+Green+Blue) = 116+31+232=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 31 (12.5% from 255 or 8.18% from 379); Blue value is 232 (91.02% from 255 or 61.21% from 379); Max value from RGB is 232 - color contains mainly: blue. Hex color #741FE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741FE8 is #8BE017. Grayscale: #4E4E4E. Windows color (decimal): -9166872 or 15212404. OLE color: 15212404.

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

Color convert

RGB 116 31 232 -
CMYK 0.50 0.87 0 0.09
HSL 265.37º 0.81% 0.52% -
HSV(B) 265.37º 0.87% 0.91% -
XYZ 22.26 10.52 77.2 -
YUV 79.33 214.16 154.16 -
System Red Green Blue C M Y K H S L
Decimal 116 31 232 0.50 0.87 0 0.09 265.37 0.81 0.52
Hex 74 1F E8 32 57 0 9 109 51 34
Octal 164 37 350 62 127 0 11 411 121 64
Binary 1110100 11111 11101000 110010 1010111 0 1001 100001001 1010001 110100

Color Harmonies of #741FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741FE8

Black with #741FE8

Text Example


Text Example

White with #741FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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