Html Css Color HEX #742FE9 Blue Violet

📋 copy color: '#742FE9'

red 116 ◦ green 47 ◦ blue 233

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

Shades of Blue Violet #742FE9

Tints of Blue Violet #742FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 58.84%

R = 29.29%
G = 11.87%
B = 58.84%

CMYK

 C value IS 0.50

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#742FE9 (or 0x742FE9) is known color: Blue Violet. HEX triplet: 74, 2F and E9. RGB value is (116,47,233). Sum of RGB (Red+Green+Blue) = 116+47+233=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 47 (18.75% from 255 or 11.87% from 396); Blue value is 233 (91.41% from 255 or 58.84% from 396); Max value from RGB is 233 - color contains mainly: blue. Hex color #742FE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742FE9 is #8BD016. Grayscale: #585858. Windows color (decimal): -9162775 or 15282036. OLE color: 15282036.

HSL color Cylindrical-coordinate representation of color #742FE9: hue angle of 262.26º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #742FE9 is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 116 47 233 -
CMYK 0.50 0.80 0 0.09
HSL 262.26º 0.81% 0.55% -
HSV(B) 262.26º 0.8% 0.91% -
XYZ 22.93 11.63 78.13 -
YUV 88.84 209.36 147.38 -
System Red Green Blue C M Y K H S L
Decimal 116 47 233 0.50 0.80 0 0.09 262.26 0.81 0.55
Hex 74 2F E9 32 50 0 9 106 51 37
Octal 164 57 351 62 120 0 11 406 121 67
Binary 1110100 101111 11101001 110010 1010000 0 1001 100000110 1010001 110111

Color Harmonies of #742FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742FE9

Black with #742FE9

Text Example


Text Example

White with #742FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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