Html Css Color HEX #742EEE Blue Violet

📋 copy color: '#742EEE'

red 116 ◦ green 46 ◦ blue 238

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

Shades of Blue Violet #742EEE

Tints of Blue Violet #742EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 59.5%

R = 29%
G = 11.5%
B = 59.5%

CMYK

 C value IS 0.51

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#742EEE (or 0x742EEE) is known color: Blue Violet. HEX triplet: 74, 2E and EE. RGB value is (116,46,238). Sum of RGB (Red+Green+Blue) = 116+46+238=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 46 (18.36% from 255 or 11.5% from 400); Blue value is 238 (93.36% from 255 or 59.5% from 400); Max value from RGB is 238 - color contains mainly: blue. Hex color #742EEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742EEE is #8BD111. Grayscale: #585858. Windows color (decimal): -9163026 or 15609460. OLE color: 15609460.

HSL color Cylindrical-coordinate representation of color #742EEE: hue angle of 261.88º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #742EEE is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 46 238 -
CMYK 0.51 0.81 0 0.07
HSL 261.88º 0.85% 0.56% -
HSV(B) 261.88º 0.81% 0.93% -
XYZ 23.61 11.84 81.93 -
YUV 88.82 212.19 147.39 -
System Red Green Blue C M Y K H S L
Decimal 116 46 238 0.51 0.81 0 0.07 261.88 0.85 0.56
Hex 74 2E EE 33 51 0 7 106 55 38
Octal 164 56 356 63 121 0 7 406 125 70
Binary 1110100 101110 11101110 110011 1010001 0 111 100000110 1010101 111000

Color Harmonies of #742EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742EEE

Black with #742EEE

Text Example


Text Example

White with #742EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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