Html Css Color HEX #7D1ED7 Blue Violet

📋 copy color: '#7D1ED7'

red 125 ◦ green 30 ◦ blue 215

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

Shades of Blue Violet #7D1ED7

Tints of Blue Violet #7D1ED7

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.11%

 BLUE value IS 215 (84.38% from 255) = 58.11%

R = 33.78%
G = 8.11%
B = 58.11%

CMYK

 C value IS 0.42

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7D1ED7 (or 0x7D1ED7) is known color: Blue Violet. HEX triplet: 7D, 1E and D7. RGB value is (125,30,215). Sum of RGB (Red+Green+Blue) = 125+30+215=370 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.78% from 370); Green value is 30 (12.11% from 255 or 8.11% from 370); Blue value is 215 (84.38% from 255 or 58.11% from 370); Max value from RGB is 215 - color contains mainly: blue. Hex color #7D1ED7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1ED7 is #82E128. Grayscale: #4E4E4E. Windows color (decimal): -8577321 or 14098045. OLE color: 14098045.

HSL color Cylindrical-coordinate representation of color #7D1ED7: hue angle of 270.81º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D1ED7 is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 30 215 -
CMYK 0.42 0.86 0 0.16
HSL 270.81º 0.76% 0.48% -
HSV(B) 270.81º 0.86% 0.84% -
XYZ 21.19 10.19 65.14 -
YUV 79.5 204.47 160.46 -
System Red Green Blue C M Y K H S L
Decimal 125 30 215 0.42 0.86 0 0.16 270.81 0.76 0.48
Hex 7D 1E D7 2A 56 0 10 10F 4C 30
Octal 175 36 327 52 126 0 20 417 114 60
Binary 1111101 11110 11010111 101010 1010110 0 10000 100001111 1001100 110000

Color Harmonies of #7D1ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1ED7

Black with #7D1ED7

Text Example


Text Example

White with #7D1ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,30,215); }

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

background-color css

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

 a { background-color: rgb(125,30,215); }

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

border-color css

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

 span { border-color: rgb(125,30,215); }

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