Html Css Color HEX #7440DB Blue Violet

📋 copy color: '#7440DB'

red 116 ◦ green 64 ◦ blue 219

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

Shades of Blue Violet #7440DB

Tints of Blue Violet #7440DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.89%

R = 29.07%
G = 16.04%
B = 54.89%

CMYK

 C value IS 0.47

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7440DB (or 0x7440DB) is known color: Blue Violet. HEX triplet: 74, 40 and DB. RGB value is (116,64,219). Sum of RGB (Red+Green+Blue) = 116+64+219=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #7440DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7440DB is #8BBF24. Grayscale: #606060. Windows color (decimal): -9158437 or 14368884. OLE color: 14368884.

HSL color Cylindrical-coordinate representation of color #7440DB: hue angle of 260.13º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7440DB is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 64 219 -
CMYK 0.47 0.71 0 0.14
HSL 260.13º 0.68% 0.55% -
HSV(B) 260.13º 0.71% 0.86% -
XYZ 21.82 12.49 68.28 -
YUV 97.22 196.73 141.4 -
System Red Green Blue C M Y K H S L
Decimal 116 64 219 0.47 0.71 0 0.14 260.13 0.68 0.55
Hex 74 40 DB 2F 47 0 E 104 44 37
Octal 164 100 333 57 107 0 16 404 104 67
Binary 1110100 1000000 11011011 101111 1000111 0 1110 100000100 1000100 110111

Color Harmonies of #7440DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7440DB

Black with #7440DB

Text Example


Text Example

White with #7440DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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