Html Css Color HEX #740FDC Blue Violet

📋 copy color: '#740FDC'

red 116 ◦ green 15 ◦ blue 220

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

Shades of Blue Violet #740FDC

Tints of Blue Violet #740FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.68%

R = 33.05%
G = 4.27%
B = 62.68%

CMYK

 C value IS 0.47

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#740FDC (or 0x740FDC) is known color: Blue Violet. HEX triplet: 74, 0F and DC. RGB value is (116,15,220). Sum of RGB (Red+Green+Blue) = 116+15+220=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #740FDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740FDC is #8BF023. Grayscale: #434343. Windows color (decimal): -9170980 or 14421876. OLE color: 14421876.

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

Color convert

RGB 116 15 220 -
CMYK 0.47 0.93 0 0.14
HSL 269.56º 0.87% 0.46% -
HSV(B) 269.56º 0.93% 0.86% -
XYZ 20.29 9.22 68.42 -
YUV 68.57 213.46 161.83 -
System Red Green Blue C M Y K H S L
Decimal 116 15 220 0.47 0.93 0 0.14 269.56 0.87 0.46
Hex 74 F DC 2F 5D 0 E 10E 57 2E
Octal 164 17 334 57 135 0 16 416 127 56
Binary 1110100 1111 11011100 101111 1011101 0 1110 100001110 1010111 101110

Color Harmonies of #740FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740FDC

Black with #740FDC

Text Example


Text Example

White with #740FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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