Html Css Color HEX #740DDF Blue Violet

📋 copy color: '#740DDF'

red 116 ◦ green 13 ◦ blue 223

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

Shades of Blue Violet #740DDF

Tints of Blue Violet #740DDF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.69%

 BLUE value IS 223 (87.5% from 255) = 63.35%

R = 32.95%
G = 3.69%
B = 63.35%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#740DDF (or 0x740DDF) is known color: Blue Violet. HEX triplet: 74, 0D and DF. RGB value is (116,13,223). Sum of RGB (Red+Green+Blue) = 116+13+223=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 13 (5.47% from 255 or 3.69% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #740DDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740DDF is #8BF220. Grayscale: #434343. Windows color (decimal): -9171489 or 14617972. OLE color: 14617972.

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

Color convert

RGB 116 13 223 -
CMYK 0.48 0.94 0 0.13
HSL 269.43º 0.89% 0.46% -
HSV(B) 269.43º 0.94% 0.87% -
XYZ 20.67 9.33 70.52 -
YUV 67.74 215.62 162.42 -
System Red Green Blue C M Y K H S L
Decimal 116 13 223 0.48 0.94 0 0.13 269.43 0.89 0.46
Hex 74 D DF 30 5E 0 D 10D 59 2E
Octal 164 15 337 60 136 0 15 415 131 56
Binary 1110100 1101 11011111 110000 1011110 0 1101 100001101 1011001 101110

Color Harmonies of #740DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740DDF

Black with #740DDF

Text Example


Text Example

White with #740DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,13,223); }

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

background-color css

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

 a { background-color: rgb(116,13,223); }

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

border-color css

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

 span { border-color: rgb(116,13,223); }

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