Html Css Color HEX #742EFF Blue Violet

📋 copy color: '#742EFF'

red 116 ◦ green 46 ◦ blue 255

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

Shades of Blue Violet #742EFF

Tints of Blue Violet #742EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61.15%

R = 27.82%
G = 11.03%
B = 61.15%

CMYK

 C value IS 0.55

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#742EFF (or 0x742EFF) is known color: Blue Violet. HEX triplet: 74, 2E and FF. RGB value is (116,46,255). Sum of RGB (Red+Green+Blue) = 116+46+255=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 46 (18.36% from 255 or 11.03% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #742EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742EFF is #8BD100. Grayscale: #595959. Windows color (decimal): -9163009 or 16723572. OLE color: 16723572.

HSL color Cylindrical-coordinate representation of color #742EFF: hue angle of 260.1º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #742EFF is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 116 46 255 -
CMYK 0.55 0.82 0 0
HSL 260.1º 1% 0.59% -
HSV(B) 260.1º 0.82% 1% -
XYZ 26.23 12.89 95.71 -
YUV 90.76 220.69 146.01 -
System Red Green Blue C M Y K H S L
Decimal 116 46 255 0.55 0.82 0 0 260.1 1 0.59
Hex 74 2E FF 37 52 0 0 104 64 3B
Octal 164 56 377 67 122 0 0 404 144 73
Binary 1110100 101110 11111111 110111 1010010 0 0 100000100 1100100 111011

Color Harmonies of #742EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742EFF

Black with #742EFF

Text Example


Text Example

White with #742EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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