Html Css Color HEX #742CE9 Blue Violet

📋 copy color: '#742CE9'

red 116 ◦ green 44 ◦ blue 233

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

Shades of Blue Violet #742CE9

Tints of Blue Violet #742CE9

RGB

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

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

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

R = 29.52%
G = 11.2%
B = 59.29%

CMYK

 C value IS 0.50

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#742CE9 (or 0x742CE9) is known color: Blue Violet. HEX triplet: 74, 2C and E9. RGB value is (116,44,233). Sum of RGB (Red+Green+Blue) = 116+44+233=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 44 (17.58% from 255 or 11.20% from 393); Blue value is 233 (91.41% from 255 or 59.29% from 393); Max value from RGB is 233 - color contains mainly: blue. Hex color #742CE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742CE9 is #8BD316. Grayscale: #565656. Windows color (decimal): -9163543 or 15281268. OLE color: 15281268.

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

Color convert

RGB 116 44 233 -
CMYK 0.50 0.81 0 0.09
HSL 262.86º 0.81% 0.54% -
HSV(B) 262.86º 0.81% 0.91% -
XYZ 22.81 11.4 78.09 -
YUV 87.07 210.35 148.63 -
System Red Green Blue C M Y K H S L
Decimal 116 44 233 0.50 0.81 0 0.09 262.86 0.81 0.54
Hex 74 2C E9 32 51 0 9 107 51 36
Octal 164 54 351 62 121 0 11 407 121 66
Binary 1110100 101100 11101001 110010 1010001 0 1001 100000111 1010001 110110

Color Harmonies of #742CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742CE9

Black with #742CE9

Text Example


Text Example

White with #742CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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