Html Css Color HEX #7C40DB Blue Violet

📋 copy color: '#7C40DB'

red 124 ◦ green 64 ◦ blue 219

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

Shades of Blue Violet #7C40DB

Tints of Blue Violet #7C40DB

RGB

 RED value IS 124 (48.83% from 255) = 30.47%

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

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

R = 30.47%
G = 15.72%
B = 53.81%

CMYK

 C value IS 0.43

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7C40DB (or 0x7C40DB) is known color: Blue Violet. HEX triplet: 7C, 40 and DB. RGB value is (124,64,219). Sum of RGB (Red+Green+Blue) = 124+64+219=407 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.47% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C40DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C40DB is #83BF24. Grayscale: #636363. Windows color (decimal): -8634149 or 14368892. OLE color: 14368892.

HSL color Cylindrical-coordinate representation of color #7C40DB: hue angle of 263.23º 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 #7C40DB is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 64 219 -
CMYK 0.43 0.71 0 0.14
HSL 263.23º 0.68% 0.55% -
HSV(B) 263.23º 0.71% 0.86% -
XYZ 22.93 13.07 68.33 -
YUV 99.61 195.38 145.4 -
System Red Green Blue C M Y K H S L
Decimal 124 64 219 0.43 0.71 0 0.14 263.23 0.68 0.55
Hex 7C 40 DB 2B 47 0 E 107 44 37
Octal 174 100 333 53 107 0 16 407 104 67
Binary 1111100 1000000 11011011 101011 1000111 0 1110 100000111 1000100 110111

Color Harmonies of #7C40DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C40DB

Black with #7C40DB

Text Example


Text Example

White with #7C40DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C40DB; }

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

 H1.HeaderClassName
 {
   color: #7C40DB;
 }
 .AnyTagClassName
 {
   color: #7C40DB;
 }
</style>

background-color css

<style>
 a { background-color: #7C40DB; }

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

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

border-color css

<style>
 span { border-color: #7C40DB; }

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

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