Html Css Color HEX #7D1ECD Blue Violet

📋 copy color: '#7D1ECD'

red 125 ◦ green 30 ◦ blue 205

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

Shades of Blue Violet #7D1ECD

Tints of Blue Violet #7D1ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.94%

R = 34.72%
G = 8.33%
B = 56.94%

CMYK

 C value IS 0.39

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D1ECD (or 0x7D1ECD) is known color: Blue Violet. HEX triplet: 7D, 1E and CD. RGB value is (125,30,205). Sum of RGB (Red+Green+Blue) = 125+30+205=360 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.72% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D1ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1ECD is #82E132. Grayscale: #4D4D4D. Windows color (decimal): -8577331 or 13442685. OLE color: 13442685.

HSL color Cylindrical-coordinate representation of color #7D1ECD: hue angle of 272.57º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D1ECD is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 30 205 -
CMYK 0.39 0.85 0 0.20
HSL 272.57º 0.74% 0.46% -
HSV(B) 272.57º 0.85% 0.8% -
XYZ 19.94 9.7 58.58 -
YUV 78.36 199.47 161.27 -
System Red Green Blue C M Y K H S L
Decimal 125 30 205 0.39 0.85 0 0.20 272.57 0.74 0.46
Hex 7D 1E CD 27 55 0 14 111 4A 2E
Octal 175 36 315 47 125 0 24 421 112 56
Binary 1111101 11110 11001101 100111 1010101 0 10100 100010001 1001010 101110

Color Harmonies of #7D1ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1ECD

Black with #7D1ECD

Text Example


Text Example

White with #7D1ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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