Html Css Color HEX #742FDB Blue Violet

📋 copy color: '#742FDB'

red 116 ◦ green 47 ◦ blue 219

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

Shades of Blue Violet #742FDB

Tints of Blue Violet #742FDB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.3%

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

R = 30.37%
G = 12.3%
B = 57.33%

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

#742FDB (or 0x742FDB) is known color: Blue Violet. HEX triplet: 74, 2F and DB. RGB value is (116,47,219). Sum of RGB (Red+Green+Blue) = 116+47+219=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 47 (18.75% from 255 or 12.30% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #742FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742FDB is #8BD024. Grayscale: #565656. Windows color (decimal): -9162789 or 14364532. OLE color: 14364532.

HSL color Cylindrical-coordinate representation of color #742FDB: hue angle of 264.07º degrees, saturation: 0.7, 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 #742FDB is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 47 219 -
CMYK 0.47 0.79 0 0.14
HSL 264.07º 0.7% 0.52% -
HSV(B) 264.07º 0.79% 0.86% -
XYZ 21.01 10.86 68.01 -
YUV 87.24 202.36 148.51 -
System Red Green Blue C M Y K H S L
Decimal 116 47 219 0.47 0.79 0 0.14 264.07 0.7 0.52
Hex 74 2F DB 2F 4F 0 E 108 46 34
Octal 164 57 333 57 117 0 16 410 106 64
Binary 1110100 101111 11011011 101111 1001111 0 1110 100001000 1000110 110100

Color Harmonies of #742FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742FDB

Black with #742FDB

Text Example


Text Example

White with #742FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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