Html Css Color HEX #7D47DD Blue Violet

📋 copy color: '#7D47DD'

red 125 ◦ green 71 ◦ blue 221

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

Shades of Blue Violet #7D47DD

Tints of Blue Violet #7D47DD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.03%

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

R = 29.98%
G = 17.03%
B = 53%

CMYK

 C value IS 0.43

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D47DD (or 0x7D47DD) is known color: Blue Violet. HEX triplet: 7D, 47 and DD. RGB value is (125,71,221). Sum of RGB (Red+Green+Blue) = 125+71+221=417 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.98% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D47DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D47DD is #82B822. Grayscale: #676767. Windows color (decimal): -8566819 or 14501757. OLE color: 14501757.

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

Color convert

RGB 125 71 221 -
CMYK 0.43 0.68 0 0.13
HSL 261.6º 0.69% 0.57% -
HSV(B) 261.6º 0.68% 0.87% -
XYZ 23.76 14.09 69.87 -
YUV 104.25 193.89 142.8 -
System Red Green Blue C M Y K H S L
Decimal 125 71 221 0.43 0.68 0 0.13 261.6 0.69 0.57
Hex 7D 47 DD 2B 44 0 D 106 45 39
Octal 175 107 335 53 104 0 15 406 105 71
Binary 1111101 1000111 11011101 101011 1000100 0 1101 100000110 1000101 111001

Color Harmonies of #7D47DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D47DD

Black with #7D47DD

Text Example


Text Example

White with #7D47DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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