Html Css Color HEX #7D29CE Blue Violet

📋 copy color: '#7D29CE'

red 125 ◦ green 41 ◦ blue 206

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

Shades of Blue Violet #7D29CE

Tints of Blue Violet #7D29CE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.02%

 BLUE value IS 206 (80.86% from 255) = 55.38%

R = 33.6%
G = 11.02%
B = 55.38%

CMYK

 C value IS 0.39

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D29CE (or 0x7D29CE) is known color: Blue Violet. HEX triplet: 7D, 29 and CE. RGB value is (125,41,206). Sum of RGB (Red+Green+Blue) = 125+41+206=372 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.60% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D29CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D29CE is #82D631. Grayscale: #545454. Windows color (decimal): -8574514 or 13511037. OLE color: 13511037.

HSL color Cylindrical-coordinate representation of color #7D29CE: hue angle of 270.55º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7D29CE is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 41 206 -
CMYK 0.39 0.80 0 0.19
HSL 270.55º 0.67% 0.48% -
HSV(B) 270.55º 0.8% 0.81% -
XYZ 20.39 10.4 59.33 -
YUV 84.93 196.33 156.58 -
System Red Green Blue C M Y K H S L
Decimal 125 41 206 0.39 0.80 0 0.19 270.55 0.67 0.48
Hex 7D 29 CE 27 50 0 13 10F 43 30
Octal 175 51 316 47 120 0 23 417 103 60
Binary 1111101 101001 11001110 100111 1010000 0 10011 100001111 1000011 110000

Color Harmonies of #7D29CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D29CE

Black with #7D29CE

Text Example


Text Example

White with #7D29CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,41,206); }

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

background-color css

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

 a { background-color: rgb(125,41,206); }

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

border-color css

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

 span { border-color: rgb(125,41,206); }

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