Html Css Color HEX #742CFE Blue Violet

📋 copy color: '#742CFE'

red 116 ◦ green 44 ◦ blue 254

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

Shades of Blue Violet #742CFE

Tints of Blue Violet #742CFE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.63%

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

R = 28.02%
G = 10.63%
B = 61.35%

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

#742CFE (or 0x742CFE) is known color: Blue Violet. HEX triplet: 74, 2C and FE. RGB value is (116,44,254). Sum of RGB (Red+Green+Blue) = 116+44+254=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 44 (17.58% from 255 or 10.63% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #742CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742CFE is #8BD301. Grayscale: #585858. Windows color (decimal): -9163522 or 16657524. OLE color: 16657524.

HSL color Cylindrical-coordinate representation of color #742CFE: hue angle of 260.57º 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 #742CFE is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 116 44 254 -
CMYK 0.54 0.83 0 0.00
HSL 260.57º 0.99% 0.58% -
HSV(B) 260.57º 0.83% 1% -
XYZ 25.99 12.67 94.84 -
YUV 89.47 220.85 146.92 -
System Red Green Blue C M Y K H S L
Decimal 116 44 254 0.54 0.83 0 0.00 260.57 0.99 0.58
Hex 74 2C FE 36 53 0 0 105 63 3A
Octal 164 54 376 66 123 0 0 405 143 72
Binary 1110100 101100 11111110 110110 1010011 0 0 100000101 1100011 111010

Color Harmonies of #742CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742CFE

Black with #742CFE

Text Example


Text Example

White with #742CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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