Html Css Color HEX #741BDD Blue Violet

📋 copy color: '#741BDD'

red 116 ◦ green 27 ◦ blue 221

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

Shades of Blue Violet #741BDD

Tints of Blue Violet #741BDD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.42%

 BLUE value IS 221 (86.72% from 255) = 60.71%

R = 31.87%
G = 7.42%
B = 60.71%

CMYK

 C value IS 0.48

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#741BDD (or 0x741BDD) is known color: Blue Violet. HEX triplet: 74, 1B and DD. RGB value is (116,27,221). Sum of RGB (Red+Green+Blue) = 116+27+221=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 27 (10.94% from 255 or 7.42% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #741BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741BDD is #8BE422. Grayscale: #4B4B4B. Windows color (decimal): -9167907 or 14490484. OLE color: 14490484.

HSL color Cylindrical-coordinate representation of color #741BDD: hue angle of 267.53º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #741BDD is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 27 221 -
CMYK 0.48 0.88 0 0.13
HSL 267.53º 0.78% 0.49% -
HSV(B) 267.53º 0.88% 0.87% -
XYZ 20.65 9.72 69.19 -
YUV 75.73 209.99 156.73 -
System Red Green Blue C M Y K H S L
Decimal 116 27 221 0.48 0.88 0 0.13 267.53 0.78 0.49
Hex 74 1B DD 30 58 0 D 10C 4E 31
Octal 164 33 335 60 130 0 15 414 116 61
Binary 1110100 11011 11011101 110000 1011000 0 1101 100001100 1001110 110001

Color Harmonies of #741BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741BDD

Black with #741BDD

Text Example


Text Example

White with #741BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,27,221); }

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

background-color css

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

 a { background-color: rgb(116,27,221); }

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

border-color css

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

 span { border-color: rgb(116,27,221); }

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