Html Css Color HEX #742EFB Blue Violet

📋 copy color: '#742EFB'

red 116 ◦ green 46 ◦ blue 251

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

Shades of Blue Violet #742EFB

Tints of Blue Violet #742EFB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.14%

 BLUE value IS 251 (98.44% from 255) = 60.77%

R = 28.09%
G = 11.14%
B = 60.77%

CMYK

 C value IS 0.54

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#742EFB (or 0x742EFB) is known color: Blue Violet. HEX triplet: 74, 2E and FB. RGB value is (116,46,251). Sum of RGB (Red+Green+Blue) = 116+46+251=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 46 (18.36% from 255 or 11.14% from 413); Blue value is 251 (98.44% from 255 or 60.77% from 413); Max value from RGB is 251 - color contains mainly: blue. Hex color #742EFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742EFB is #8BD104. Grayscale: #595959. Windows color (decimal): -9163013 or 16461428. OLE color: 16461428.

HSL color Cylindrical-coordinate representation of color #742EFB: hue angle of 260.49º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #742EFB is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 46 251 -
CMYK 0.54 0.82 0 0.02
HSL 260.49º 0.96% 0.58% -
HSV(B) 260.49º 0.82% 0.98% -
XYZ 25.59 12.63 92.36 -
YUV 90.3 218.69 146.33 -
System Red Green Blue C M Y K H S L
Decimal 116 46 251 0.54 0.82 0 0.02 260.49 0.96 0.58
Hex 74 2E FB 36 52 0 2 104 60 3A
Octal 164 56 373 66 122 0 2 404 140 72
Binary 1110100 101110 11111011 110110 1010010 0 10 100000100 1100000 111010

Color Harmonies of #742EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742EFB

Black with #742EFB

Text Example


Text Example

White with #742EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,46,251); }

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

background-color css

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

 a { background-color: rgb(116,46,251); }

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

border-color css

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

 span { border-color: rgb(116,46,251); }

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