Html Css Color HEX #7440EF Blue Violet

📋 copy color: '#7440EF'

red 116 ◦ green 64 ◦ blue 239

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

Shades of Blue Violet #7440EF

Tints of Blue Violet #7440EF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.27%

 BLUE value IS 239 (93.75% from 255) = 57.04%

R = 27.68%
G = 15.27%
B = 57.04%

CMYK

 C value IS 0.51

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7440EF (or 0x7440EF) is known color: Blue Violet. HEX triplet: 74, 40 and EF. RGB value is (116,64,239). Sum of RGB (Red+Green+Blue) = 116+64+239=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 239 (93.75% from 255 or 57.04% from 419); Max value from RGB is 239 - color contains mainly: blue. Hex color #7440EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7440EF is #8BBF10. Grayscale: #626262. Windows color (decimal): -9158417 or 15679604. OLE color: 15679604.

HSL color Cylindrical-coordinate representation of color #7440EF: hue angle of 257.83º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7440EF is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 64 239 -
CMYK 0.51 0.73 0 0.06
HSL 257.83º 0.85% 0.59% -
HSV(B) 257.83º 0.73% 0.94% -
XYZ 24.62 13.61 82.99 -
YUV 99.5 206.73 139.77 -
System Red Green Blue C M Y K H S L
Decimal 116 64 239 0.51 0.73 0 0.06 257.83 0.85 0.59
Hex 74 40 EF 33 49 0 6 102 55 3B
Octal 164 100 357 63 111 0 6 402 125 73
Binary 1110100 1000000 11101111 110011 1001001 0 110 100000010 1010101 111011

Color Harmonies of #7440EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7440EF

Black with #7440EF

Text Example


Text Example

White with #7440EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7440EF; }

 p { color: rgb(116,64,239); }

 H1.HeaderClassName
 {
   color: #7440EF;
 }
 .AnyTagClassName
 {
   color: #7440EF;
 }
</style>

background-color css

<style>
 a { background-color: #7440EF; }

 a { background-color: rgb(116,64,239); }

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

border-color css

<style>
 span { border-color: #7440EF; }

 span { border-color: rgb(116,64,239); }

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