Html Css Color HEX #742EDB Blue Violet

📋 copy color: '#742EDB'

red 116 ◦ green 46 ◦ blue 219

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

Shades of Blue Violet #742EDB

Tints of Blue Violet #742EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.48%

R = 30.45%
G = 12.07%
B = 57.48%

CMYK

 C value IS 0.47

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#742EDB (or 0x742EDB) is known color: Blue Violet. HEX triplet: 74, 2E and DB. RGB value is (116,46,219). Sum of RGB (Red+Green+Blue) = 116+46+219=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 46 (18.36% from 255 or 12.07% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #742EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742EDB is #8BD124. Grayscale: #565656. Windows color (decimal): -9163045 or 14364276. OLE color: 14364276.

HSL color Cylindrical-coordinate representation of color #742EDB: hue angle of 264.28º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #742EDB is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 46 219 -
CMYK 0.47 0.79 0 0.14
HSL 264.28º 0.71% 0.52% -
HSV(B) 264.28º 0.79% 0.86% -
XYZ 20.97 10.78 67.99 -
YUV 86.65 202.69 148.93 -
System Red Green Blue C M Y K H S L
Decimal 116 46 219 0.47 0.79 0 0.14 264.28 0.71 0.52
Hex 74 2E DB 2F 4F 0 E 108 47 34
Octal 164 56 333 57 117 0 16 410 107 64
Binary 1110100 101110 11011011 101111 1001111 0 1110 100001000 1000111 110100

Color Harmonies of #742EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742EDB

Black with #742EDB

Text Example


Text Example

White with #742EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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