Html Css Color HEX #740FD8 Blue Violet

📋 copy color: '#740FD8'

red 116 ◦ green 15 ◦ blue 216

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

Shades of Blue Violet #740FD8

Tints of Blue Violet #740FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 62.25%

R = 33.43%
G = 4.32%
B = 62.25%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#740FD8 (or 0x740FD8) is known color: Blue Violet. HEX triplet: 74, 0F and D8. RGB value is (116,15,216). Sum of RGB (Red+Green+Blue) = 116+15+216=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 216 (84.77% from 255 or 62.25% from 347); Max value from RGB is 216 - color contains mainly: blue. Hex color #740FD8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740FD8 is #8BF027. Grayscale: #434343. Windows color (decimal): -9170984 or 14159732. OLE color: 14159732.

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

Color convert

RGB 116 15 216 -
CMYK 0.46 0.93 0 0.15
HSL 270.15º 0.87% 0.45% -
HSV(B) 270.15º 0.93% 0.85% -
XYZ 19.77 9.01 65.66 -
YUV 68.11 211.46 162.16 -
System Red Green Blue C M Y K H S L
Decimal 116 15 216 0.46 0.93 0 0.15 270.15 0.87 0.45
Hex 74 F D8 2E 5D 0 F 10E 57 2D
Octal 164 17 330 56 135 0 17 416 127 55
Binary 1110100 1111 11011000 101110 1011101 0 1111 100001110 1010111 101101

Color Harmonies of #740FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740FD8

Black with #740FD8

Text Example


Text Example

White with #740FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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