Html Css Color HEX #742BDB Blue Violet

📋 copy color: '#742BDB'

red 116 ◦ green 43 ◦ blue 219

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

Shades of Blue Violet #742BDB

Tints of Blue Violet #742BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.38%

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

R = 30.69%
G = 11.38%
B = 57.94%

CMYK

 C value IS 0.47

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#742BDB (or 0x742BDB) is known color: Blue Violet. HEX triplet: 74, 2B and DB. RGB value is (116,43,219). Sum of RGB (Red+Green+Blue) = 116+43+219=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #742BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742BDB is #8BD424. Grayscale: #545454. Windows color (decimal): -9163813 or 14363508. OLE color: 14363508.

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

Color convert

RGB 116 43 219 -
CMYK 0.47 0.80 0 0.14
HSL 264.89º 0.71% 0.51% -
HSV(B) 264.89º 0.8% 0.86% -
XYZ 20.85 10.56 67.96 -
YUV 84.89 203.68 150.19 -
System Red Green Blue C M Y K H S L
Decimal 116 43 219 0.47 0.80 0 0.14 264.89 0.71 0.51
Hex 74 2B DB 2F 50 0 E 109 47 33
Octal 164 53 333 57 120 0 16 411 107 63
Binary 1110100 101011 11011011 101111 1010000 0 1110 100001001 1000111 110011

Color Harmonies of #742BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742BDB

Black with #742BDB

Text Example


Text Example

White with #742BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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