Html Css Color HEX #7D29DF Blue Violet

📋 copy color: '#7D29DF'

red 125 ◦ green 41 ◦ blue 223

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

Shades of Blue Violet #7D29DF

Tints of Blue Violet #7D29DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.33%

R = 32.13%
G = 10.54%
B = 57.33%

CMYK

 C value IS 0.44

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D29DF (or 0x7D29DF) is known color: Blue Violet. HEX triplet: 7D, 29 and DF. RGB value is (125,41,223). Sum of RGB (Red+Green+Blue) = 125+41+223=389 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.13% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #7D29DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D29DF is #82D620. Grayscale: #565656. Windows color (decimal): -8574497 or 14625149. OLE color: 14625149.

HSL color Cylindrical-coordinate representation of color #7D29DF: hue angle of 267.69º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D29DF is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 41 223 -
CMYK 0.44 0.82 0 0.13
HSL 267.69º 0.74% 0.52% -
HSV(B) 267.69º 0.82% 0.87% -
XYZ 22.57 11.27 70.8 -
YUV 86.86 204.83 155.2 -
System Red Green Blue C M Y K H S L
Decimal 125 41 223 0.44 0.82 0 0.13 267.69 0.74 0.52
Hex 7D 29 DF 2C 52 0 D 10C 4A 34
Octal 175 51 337 54 122 0 15 414 112 64
Binary 1111101 101001 11011111 101100 1010010 0 1101 100001100 1001010 110100

Color Harmonies of #7D29DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D29DF

Black with #7D29DF

Text Example


Text Example

White with #7D29DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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