Html Css Color HEX #740FDD Blue Violet

📋 copy color: '#740FDD'

red 116 ◦ green 15 ◦ blue 221

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

Shades of Blue Violet #740FDD

Tints of Blue Violet #740FDD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.26%

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

R = 32.95%
G = 4.26%
B = 62.78%

CMYK

 C value IS 0.48

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#740FDD (or 0x740FDD) is known color: Blue Violet. HEX triplet: 74, 0F and DD. RGB value is (116,15,221). Sum of RGB (Red+Green+Blue) = 116+15+221=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #740FDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740FDD is #8BF022. Grayscale: #434343. Windows color (decimal): -9170979 or 14487412. OLE color: 14487412.

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

Color convert

RGB 116 15 221 -
CMYK 0.48 0.93 0 0.13
HSL 269.42º 0.87% 0.46% -
HSV(B) 269.42º 0.93% 0.87% -
XYZ 20.42 9.28 69.12 -
YUV 68.68 213.96 161.75 -
System Red Green Blue C M Y K H S L
Decimal 116 15 221 0.48 0.93 0 0.13 269.42 0.87 0.46
Hex 74 F DD 30 5D 0 D 10D 57 2E
Octal 164 17 335 60 135 0 15 415 127 56
Binary 1110100 1111 11011101 110000 1011101 0 1101 100001101 1010111 101110

Color Harmonies of #740FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740FDD

Black with #740FDD

Text Example


Text Example

White with #740FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740FDD; }

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

 H1.HeaderClassName
 {
   color: #740FDD;
 }
 .AnyTagClassName
 {
   color: #740FDD;
 }
</style>

background-color css

<style>
 a { background-color: #740FDD; }

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

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

border-color css

<style>
 span { border-color: #740FDD; }

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

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