Html Css Color HEX #7D3FD1 Blue Violet

📋 copy color: '#7D3FD1'

red 125 ◦ green 63 ◦ blue 209

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

Shades of Blue Violet #7D3FD1

Tints of Blue Violet #7D3FD1

RGB

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

 GREEN value IS 63 (25% from 255) = 15.87%

 BLUE value IS 209 (82.03% from 255) = 52.64%

R = 31.49%
G = 15.87%
B = 52.64%

CMYK

 C value IS 0.40

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7D3FD1 (or 0x7D3FD1) is known color: Blue Violet. HEX triplet: 7D, 3F and D1. RGB value is (125,63,209). Sum of RGB (Red+Green+Blue) = 125+63+209=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 63 (25% from 255 or 15.87% from 397); Blue value is 209 (82.03% from 255 or 52.64% from 397); Max value from RGB is 209 - color contains mainly: blue. Hex color #7D3FD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D3FD1 is #82C02E. Grayscale: #616161. Windows color (decimal): -8568879 or 13713277. OLE color: 13713277.

HSL color Cylindrical-coordinate representation of color #7D3FD1: hue angle of 265.48º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D3FD1 is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 125 63 209 -
CMYK 0.40 0.70 0 0.18
HSL 265.48º 0.61% 0.53% -
HSV(B) 265.48º 0.7% 0.82% -
XYZ 21.74 12.52 61.59 -
YUV 98.18 190.54 147.13 -
System Red Green Blue C M Y K H S L
Decimal 125 63 209 0.40 0.70 0 0.18 265.48 0.61 0.53
Hex 7D 3F D1 28 46 0 12 109 3D 35
Octal 175 77 321 50 106 0 22 411 75 65
Binary 1111101 111111 11010001 101000 1000110 0 10010 100001001 111101 110101

Color Harmonies of #7D3FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3FD1

Black with #7D3FD1

Text Example


Text Example

White with #7D3FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,63,209); }

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

background-color css

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

 a { background-color: rgb(125,63,209); }

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

border-color css

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

 span { border-color: rgb(125,63,209); }

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