Html Css Color HEX #742FEE Blue Violet

📋 copy color: '#742FEE'

red 116 ◦ green 47 ◦ blue 238

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

Shades of Blue Violet #742FEE

Tints of Blue Violet #742FEE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.72%

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

R = 28.93%
G = 11.72%
B = 59.35%

CMYK

 C value IS 0.51

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#742FEE (or 0x742FEE) is known color: Blue Violet. HEX triplet: 74, 2F and EE. RGB value is (116,47,238). Sum of RGB (Red+Green+Blue) = 116+47+238=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 238 (93.36% from 255 or 59.35% from 401); Max value from RGB is 238 - color contains mainly: blue. Hex color #742FEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742FEE is #8BD011. Grayscale: #585858. Windows color (decimal): -9162770 or 15609716. OLE color: 15609716.

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

Color convert

RGB 116 47 238 -
CMYK 0.51 0.80 0 0.07
HSL 261.68º 0.85% 0.56% -
HSV(B) 261.68º 0.8% 0.93% -
XYZ 23.65 11.92 81.94 -
YUV 89.41 211.86 146.97 -
System Red Green Blue C M Y K H S L
Decimal 116 47 238 0.51 0.80 0 0.07 261.68 0.85 0.56
Hex 74 2F EE 33 50 0 7 106 55 38
Octal 164 57 356 63 120 0 7 406 125 70
Binary 1110100 101111 11101110 110011 1010000 0 111 100000110 1010101 111000

Color Harmonies of #742FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742FEE

Black with #742FEE

Text Example


Text Example

White with #742FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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