Html Css Color HEX #7D47DE Blue Violet

📋 copy color: '#7D47DE'

red 125 ◦ green 71 ◦ blue 222

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

Shades of Blue Violet #7D47DE

Tints of Blue Violet #7D47DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.11%

R = 29.9%
G = 16.99%
B = 53.11%

CMYK

 C value IS 0.44

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D47DE (or 0x7D47DE) is known color: Blue Violet. HEX triplet: 7D, 47 and DE. RGB value is (125,71,222). Sum of RGB (Red+Green+Blue) = 125+71+222=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #7D47DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D47DE is #82B821. Grayscale: #676767. Windows color (decimal): -8566818 or 14567293. OLE color: 14567293.

HSL color Cylindrical-coordinate representation of color #7D47DE: hue angle of 261.46º degrees, saturation: 0.7, 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 #7D47DE is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 71 222 -
CMYK 0.44 0.68 0 0.13
HSL 261.46º 0.7% 0.57% -
HSV(B) 261.46º 0.68% 0.87% -
XYZ 23.9 14.14 70.58 -
YUV 104.36 194.39 142.72 -
System Red Green Blue C M Y K H S L
Decimal 125 71 222 0.44 0.68 0 0.13 261.46 0.7 0.57
Hex 7D 47 DE 2C 44 0 D 105 46 39
Octal 175 107 336 54 104 0 15 405 106 71
Binary 1111101 1000111 11011110 101100 1000100 0 1101 100000101 1000110 111001

Color Harmonies of #7D47DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D47DE

Black with #7D47DE

Text Example


Text Example

White with #7D47DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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