Html Css Color HEX #7D1ADD Blue Violet

📋 copy color: '#7D1ADD'

red 125 ◦ green 26 ◦ blue 221

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

Shades of Blue Violet #7D1ADD

Tints of Blue Violet #7D1ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.99%

 BLUE value IS 221 (86.72% from 255) = 59.41%

R = 33.6%
G = 6.99%
B = 59.41%

CMYK

 C value IS 0.43

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D1ADD (or 0x7D1ADD) is known color: Blue Violet. HEX triplet: 7D, 1A and DD. RGB value is (125,26,221). Sum of RGB (Red+Green+Blue) = 125+26+221=372 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.60% from 372); Green value is 26 (10.55% from 255 or 6.99% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D1ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1ADD is #82E522. Grayscale: #4D4D4D. Windows color (decimal): -8578339 or 14490237. OLE color: 14490237.

HSL color Cylindrical-coordinate representation of color #7D1ADD: hue angle of 270.46º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D1ADD is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 26 221 -
CMYK 0.43 0.88 0 0.13
HSL 270.46º 0.79% 0.48% -
HSV(B) 270.46º 0.88% 0.87% -
XYZ 21.88 10.32 69.25 -
YUV 77.83 208.8 161.64 -
System Red Green Blue C M Y K H S L
Decimal 125 26 221 0.43 0.88 0 0.13 270.46 0.79 0.48
Hex 7D 1A DD 2B 58 0 D 10E 4F 30
Octal 175 32 335 53 130 0 15 416 117 60
Binary 1111101 11010 11011101 101011 1011000 0 1101 100001110 1001111 110000

Color Harmonies of #7D1ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1ADD

Black with #7D1ADD

Text Example


Text Example

White with #7D1ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,26,221); }

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

background-color css

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

 a { background-color: rgb(125,26,221); }

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

border-color css

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

 span { border-color: rgb(125,26,221); }

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