Html Css Color HEX #742CDB Blue Violet

📋 copy color: '#742CDB'

red 116 ◦ green 44 ◦ blue 219

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

Shades of Blue Violet #742CDB

Tints of Blue Violet #742CDB

RGB

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

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

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

R = 30.61%
G = 11.61%
B = 57.78%

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

#742CDB (or 0x742CDB) is known color: Blue Violet. HEX triplet: 74, 2C and DB. RGB value is (116,44,219). Sum of RGB (Red+Green+Blue) = 116+44+219=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 44 (17.58% from 255 or 11.61% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #742CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742CDB is #8BD324. Grayscale: #545454. Windows color (decimal): -9163557 or 14363764. OLE color: 14363764.

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

Color convert

RGB 116 44 219 -
CMYK 0.47 0.80 0 0.14
HSL 264.69º 0.71% 0.52% -
HSV(B) 264.69º 0.8% 0.86% -
XYZ 20.89 10.63 67.97 -
YUV 85.48 203.35 149.77 -
System Red Green Blue C M Y K H S L
Decimal 116 44 219 0.47 0.80 0 0.14 264.69 0.71 0.52
Hex 74 2C DB 2F 50 0 E 109 47 34
Octal 164 54 333 57 120 0 16 411 107 64
Binary 1110100 101100 11011011 101111 1010000 0 1110 100001001 1000111 110100

Color Harmonies of #742CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742CDB

Black with #742CDB

Text Example


Text Example

White with #742CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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