Html Css Color HEX #7D29CC Blue Violet

📋 copy color: '#7D29CC'

red 125 ◦ green 41 ◦ blue 204

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

Shades of Blue Violet #7D29CC

Tints of Blue Violet #7D29CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.14%

R = 33.78%
G = 11.08%
B = 55.14%

CMYK

 C value IS 0.39

 M value IS 0.80

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7D29CC (or 0x7D29CC) is known color: Blue Violet. HEX triplet: 7D, 29 and CC. RGB value is (125,41,204). Sum of RGB (Red+Green+Blue) = 125+41+204=370 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.78% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D29CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D29CC is #82D633. Grayscale: #545454. Windows color (decimal): -8574516 or 13379965. OLE color: 13379965.

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

Color convert

RGB 125 41 204 -
CMYK 0.39 0.80 0 0.2
HSL 270.92º 0.67% 0.48% -
HSV(B) 270.92º 0.8% 0.8% -
XYZ 20.15 10.31 58.05 -
YUV 84.7 195.33 156.75 -
System Red Green Blue C M Y K H S L
Decimal 125 41 204 0.39 0.80 0 0.2 270.92 0.67 0.48
Hex 7D 29 CC 27 50 0 14 10F 43 30
Octal 175 51 314 47 120 0 24 417 103 60
Binary 1111101 101001 11001100 100111 1010000 0 10100 100001111 1000011 110000

Color Harmonies of #7D29CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D29CC

Black with #7D29CC

Text Example


Text Example

White with #7D29CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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