Html Css Color HEX #742CE7 Blue Violet

📋 copy color: '#742CE7'

red 116 ◦ green 44 ◦ blue 231

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

Shades of Blue Violet #742CE7

Tints of Blue Violet #742CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 59.08%

R = 29.67%
G = 11.25%
B = 59.08%

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

#742CE7 (or 0x742CE7) is known color: Blue Violet. HEX triplet: 74, 2C and E7. RGB value is (116,44,231). Sum of RGB (Red+Green+Blue) = 116+44+231=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 44 (17.58% from 255 or 11.25% from 391); Blue value is 231 (90.62% from 255 or 59.08% from 391); Max value from RGB is 231 - color contains mainly: blue. Hex color #742CE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742CE7 is #8BD318. Grayscale: #565656. Windows color (decimal): -9163545 or 15150196. OLE color: 15150196.

HSL color Cylindrical-coordinate representation of color #742CE7: hue angle of 263.1º degrees, saturation: 0.8, 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 #742CE7 is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 116 44 231 -
CMYK 0.50 0.81 0 0.09
HSL 263.1º 0.8% 0.54% -
HSV(B) 263.1º 0.81% 0.91% -
XYZ 22.53 11.28 76.59 -
YUV 86.85 209.35 148.79 -
System Red Green Blue C M Y K H S L
Decimal 116 44 231 0.50 0.81 0 0.09 263.1 0.8 0.54
Hex 74 2C E7 32 51 0 9 107 50 36
Octal 164 54 347 62 121 0 11 407 120 66
Binary 1110100 101100 11100111 110010 1010001 0 1001 100000111 1010000 110110

Color Harmonies of #742CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742CE7

Black with #742CE7

Text Example


Text Example

White with #742CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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