Html Css Color HEX #7440DF Blue Violet

📋 copy color: '#7440DF'

red 116 ◦ green 64 ◦ blue 223

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

Shades of Blue Violet #7440DF

Tints of Blue Violet #7440DF

RGB

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

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

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

R = 28.78%
G = 15.88%
B = 55.33%

CMYK

 C value IS 0.48

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7440DF (or 0x7440DF) is known color: Blue Violet. HEX triplet: 74, 40 and DF. RGB value is (116,64,223). Sum of RGB (Red+Green+Blue) = 116+64+223=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #7440DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7440DF is #8BBF20. Grayscale: #616161. Windows color (decimal): -9158433 or 14631028. OLE color: 14631028.

HSL color Cylindrical-coordinate representation of color #7440DF: hue angle of 259.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7440DF is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 64 223 -
CMYK 0.48 0.71 0 0.13
HSL 259.62º 0.71% 0.56% -
HSV(B) 259.62º 0.71% 0.87% -
XYZ 22.36 12.71 71.09 -
YUV 97.67 198.73 141.07 -
System Red Green Blue C M Y K H S L
Decimal 116 64 223 0.48 0.71 0 0.13 259.62 0.71 0.56
Hex 74 40 DF 30 47 0 D 104 47 38
Octal 164 100 337 60 107 0 15 404 107 70
Binary 1110100 1000000 11011111 110000 1000111 0 1101 100000100 1000111 111000

Color Harmonies of #7440DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7440DF

Black with #7440DF

Text Example


Text Example

White with #7440DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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