Html Css Color HEX #741CDB Blue Violet

📋 copy color: '#741CDB'

red 116 ◦ green 28 ◦ blue 219

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

Shades of Blue Violet #741CDB

Tints of Blue Violet #741CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.71%

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

R = 31.96%
G = 7.71%
B = 60.33%

CMYK

 C value IS 0.47

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#741CDB (or 0x741CDB) is known color: Blue Violet. HEX triplet: 74, 1C and DB. RGB value is (116,28,219). Sum of RGB (Red+Green+Blue) = 116+28+219=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 28 (11.33% from 255 or 7.71% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #741CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741CDB is #8BE324. Grayscale: #4B4B4B. Windows color (decimal): -9167653 or 14359668. OLE color: 14359668.

HSL color Cylindrical-coordinate representation of color #741CDB: hue angle of 267.64º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #741CDB is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 28 219 -
CMYK 0.47 0.87 0 0.14
HSL 267.64º 0.77% 0.48% -
HSV(B) 267.64º 0.87% 0.86% -
XYZ 20.4 9.66 67.81 -
YUV 76.09 208.65 156.47 -
System Red Green Blue C M Y K H S L
Decimal 116 28 219 0.47 0.87 0 0.14 267.64 0.77 0.48
Hex 74 1C DB 2F 57 0 E 10C 4D 30
Octal 164 34 333 57 127 0 16 414 115 60
Binary 1110100 11100 11011011 101111 1010111 0 1110 100001100 1001101 110000

Color Harmonies of #741CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741CDB

Black with #741CDB

Text Example


Text Example

White with #741CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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