Html Css Color HEX #7440EC Blue Violet

📋 copy color: '#7440EC'

red 116 ◦ green 64 ◦ blue 236

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

Shades of Blue Violet #7440EC

Tints of Blue Violet #7440EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 56.73%

R = 27.88%
G = 15.38%
B = 56.73%

CMYK

 C value IS 0.51

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7440EC (or 0x7440EC) is known color: Blue Violet. HEX triplet: 74, 40 and EC. RGB value is (116,64,236). Sum of RGB (Red+Green+Blue) = 116+64+236=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #7440EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7440EC is #8BBF13. Grayscale: #626262. Windows color (decimal): -9158420 or 15482996. OLE color: 15482996.

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

Color convert

RGB 116 64 236 -
CMYK 0.51 0.73 0 0.07
HSL 258.14º 0.82% 0.59% -
HSV(B) 258.14º 0.73% 0.93% -
XYZ 24.18 13.44 80.68 -
YUV 99.16 205.23 140.01 -
System Red Green Blue C M Y K H S L
Decimal 116 64 236 0.51 0.73 0 0.07 258.14 0.82 0.59
Hex 74 40 EC 33 49 0 7 102 52 3B
Octal 164 100 354 63 111 0 7 402 122 73
Binary 1110100 1000000 11101100 110011 1001001 0 111 100000010 1010010 111011

Color Harmonies of #7440EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7440EC

Black with #7440EC

Text Example


Text Example

White with #7440EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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