Html Css Color HEX #7D31DB Blue Violet

📋 copy color: '#7D31DB'

red 125 ◦ green 49 ◦ blue 219

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

Shades of Blue Violet #7D31DB

Tints of Blue Violet #7D31DB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.47%

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

R = 31.81%
G = 12.47%
B = 55.73%

CMYK

 C value IS 0.43

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D31DB (or 0x7D31DB) is known color: Blue Violet. HEX triplet: 7D, 31 and DB. RGB value is (125,49,219). Sum of RGB (Red+Green+Blue) = 125+49+219=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 49 (19.53% from 255 or 12.47% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D31DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D31DB is #82CE24. Grayscale: #5A5A5A. Windows color (decimal): -8572453 or 14365053. OLE color: 14365053.

HSL color Cylindrical-coordinate representation of color #7D31DB: hue angle of 266.82º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D31DB is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 49 219 -
CMYK 0.43 0.78 0 0.14
HSL 266.82º 0.7% 0.53% -
HSV(B) 266.82º 0.78% 0.86% -
XYZ 22.34 11.67 68.09 -
YUV 91.1 200.18 152.18 -
System Red Green Blue C M Y K H S L
Decimal 125 49 219 0.43 0.78 0 0.14 266.82 0.7 0.53
Hex 7D 31 DB 2B 4E 0 E 10B 46 35
Octal 175 61 333 53 116 0 16 413 106 65
Binary 1111101 110001 11011011 101011 1001110 0 1110 100001011 1000110 110101

Color Harmonies of #7D31DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D31DB

Black with #7D31DB

Text Example


Text Example

White with #7D31DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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