Html Css Color HEX #741FE7 Blue Violet

📋 copy color: '#741FE7'

red 116 ◦ green 31 ◦ blue 231

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

Shades of Blue Violet #741FE7

Tints of Blue Violet #741FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 61.11%

R = 30.69%
G = 8.2%
B = 61.11%

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

#741FE7 (or 0x741FE7) is known color: Blue Violet. HEX triplet: 74, 1F and E7. RGB value is (116,31,231). Sum of RGB (Red+Green+Blue) = 116+31+231=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 31 (12.5% from 255 or 8.20% from 378); Blue value is 231 (90.62% from 255 or 61.11% from 378); Max value from RGB is 231 - color contains mainly: blue. Hex color #741FE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741FE7 is #8BE018. Grayscale: #4E4E4E. Windows color (decimal): -9166873 or 15146868. OLE color: 15146868.

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

Color convert

RGB 116 31 231 -
CMYK 0.50 0.87 0 0.09
HSL 265.5º 0.81% 0.51% -
HSV(B) 265.5º 0.87% 0.91% -
XYZ 22.12 10.46 76.46 -
YUV 79.22 213.66 154.24 -
System Red Green Blue C M Y K H S L
Decimal 116 31 231 0.50 0.87 0 0.09 265.5 0.81 0.51
Hex 74 1F E7 32 57 0 9 10A 51 33
Octal 164 37 347 62 127 0 11 412 121 63
Binary 1110100 11111 11100111 110010 1010111 0 1001 100001010 1010001 110011

Color Harmonies of #741FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741FE7

Black with #741FE7

Text Example


Text Example

White with #741FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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