Html Css Color HEX #7D40DB Blue Violet

📋 copy color: '#7D40DB'

red 125 ◦ green 64 ◦ blue 219

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

Shades of Blue Violet #7D40DB

Tints of Blue Violet #7D40DB

RGB

 RED value IS 125 (49.22% from 255) = 30.64%

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

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

R = 30.64%
G = 15.69%
B = 53.68%

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

#7D40DB (or 0x7D40DB) is known color: Blue Violet. HEX triplet: 7D, 40 and DB. RGB value is (125,64,219). Sum of RGB (Red+Green+Blue) = 125+64+219=408 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.64% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D40DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D40DB is #82BF24. Grayscale: #636363. Windows color (decimal): -8568613 or 14368893. OLE color: 14368893.

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

Color convert

RGB 125 64 219 -
CMYK 0.43 0.71 0 0.14
HSL 263.61º 0.68% 0.55% -
HSV(B) 263.61º 0.71% 0.86% -
XYZ 23.08 13.14 68.34 -
YUV 99.91 195.21 145.9 -
System Red Green Blue C M Y K H S L
Decimal 125 64 219 0.43 0.71 0 0.14 263.61 0.68 0.55
Hex 7D 40 DB 2B 47 0 E 108 44 37
Octal 175 100 333 53 107 0 16 410 104 67
Binary 1111101 1000000 11011011 101011 1000111 0 1110 100001000 1000100 110111

Color Harmonies of #7D40DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D40DB

Black with #7D40DB

Text Example


Text Example

White with #7D40DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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