Html Css Color HEX #7D29DD Blue Violet

📋 copy color: '#7D29DD'

red 125 ◦ green 41 ◦ blue 221

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

Shades of Blue Violet #7D29DD

Tints of Blue Violet #7D29DD

RGB

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

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

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

R = 32.3%
G = 10.59%
B = 57.11%

CMYK

 C value IS 0.43

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D29DD (or 0x7D29DD) is known color: Blue Violet. HEX triplet: 7D, 29 and DD. RGB value is (125,41,221). Sum of RGB (Red+Green+Blue) = 125+41+221=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D29DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D29DD is #82D622. Grayscale: #565656. Windows color (decimal): -8574499 or 14494077. OLE color: 14494077.

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

Color convert

RGB 125 41 221 -
CMYK 0.43 0.81 0 0.13
HSL 268º 0.73% 0.51% -
HSV(B) 268º 0.81% 0.87% -
XYZ 22.3 11.17 69.39 -
YUV 86.64 203.83 155.36 -
System Red Green Blue C M Y K H S L
Decimal 125 41 221 0.43 0.81 0 0.13 268 0.73 0.51
Hex 7D 29 DD 2B 51 0 D 10C 49 33
Octal 175 51 335 53 121 0 15 414 111 63
Binary 1111101 101001 11011101 101011 1010001 0 1101 100001100 1001001 110011

Color Harmonies of #7D29DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D29DD

Black with #7D29DD

Text Example


Text Example

White with #7D29DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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