Html Css Color HEX #741DDD Blue Violet

📋 copy color: '#741DDD'

red 116 ◦ green 29 ◦ blue 221

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

Shades of Blue Violet #741DDD

Tints of Blue Violet #741DDD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.92%

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

R = 31.69%
G = 7.92%
B = 60.38%

CMYK

 C value IS 0.48

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#741DDD (or 0x741DDD) is known color: Blue Violet. HEX triplet: 74, 1D and DD. RGB value is (116,29,221). Sum of RGB (Red+Green+Blue) = 116+29+221=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #741DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741DDD is #8BE222. Grayscale: #4C4C4C. Windows color (decimal): -9167395 or 14490996. OLE color: 14490996.

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

Color convert

RGB 116 29 221 -
CMYK 0.48 0.87 0 0.13
HSL 267.19º 0.77% 0.49% -
HSV(B) 267.19º 0.87% 0.87% -
XYZ 20.69 9.81 69.21 -
YUV 76.9 209.32 155.89 -
System Red Green Blue C M Y K H S L
Decimal 116 29 221 0.48 0.87 0 0.13 267.19 0.77 0.49
Hex 74 1D DD 30 57 0 D 10B 4D 31
Octal 164 35 335 60 127 0 15 413 115 61
Binary 1110100 11101 11011101 110000 1010111 0 1101 100001011 1001101 110001

Color Harmonies of #741DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741DDD

Black with #741DDD

Text Example


Text Example

White with #741DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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