Html Css Color HEX #742BFE Blue Violet

📋 copy color: '#742BFE'

red 116 ◦ green 43 ◦ blue 254

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

Shades of Blue Violet #742BFE

Tints of Blue Violet #742BFE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.41%

 BLUE value IS 254 (99.61% from 255) = 61.5%

R = 28.09%
G = 10.41%
B = 61.5%

CMYK

 C value IS 0.54

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#742BFE (or 0x742BFE) is known color: Blue Violet. HEX triplet: 74, 2B and FE. RGB value is (116,43,254). Sum of RGB (Red+Green+Blue) = 116+43+254=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 254 (99.61% from 255 or 61.50% from 413); Max value from RGB is 254 - color contains mainly: blue. Hex color #742BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742BFE is #8BD401. Grayscale: #585858. Windows color (decimal): -9163778 or 16657268. OLE color: 16657268.

HSL color Cylindrical-coordinate representation of color #742BFE: hue angle of 260.76º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #742BFE is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 116 43 254 -
CMYK 0.54 0.83 0 0.00
HSL 260.76º 0.99% 0.58% -
HSV(B) 260.76º 0.83% 1% -
XYZ 25.96 12.6 94.83 -
YUV 88.88 221.18 147.34 -
System Red Green Blue C M Y K H S L
Decimal 116 43 254 0.54 0.83 0 0.00 260.76 0.99 0.58
Hex 74 2B FE 36 53 0 0 105 63 3A
Octal 164 53 376 66 123 0 0 405 143 72
Binary 1110100 101011 11111110 110110 1010011 0 0 100000101 1100011 111010

Color Harmonies of #742BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742BFE

Black with #742BFE

Text Example


Text Example

White with #742BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742BFE; }

 p { color: rgb(116,43,254); }

 H1.HeaderClassName
 {
   color: #742BFE;
 }
 .AnyTagClassName
 {
   color: #742BFE;
 }
</style>

background-color css

<style>
 a { background-color: #742BFE; }

 a { background-color: rgb(116,43,254); }

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

border-color css

<style>
 span { border-color: #742BFE; }

 span { border-color: rgb(116,43,254); }

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