Html Css Color HEX #7D349D Vivid Violet

📋 copy color: '#7D349D'

red 125 ◦ green 52 ◦ blue 157

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

Shades of Vivid Violet #7D349D

Tints of Vivid Violet #7D349D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.57%

 BLUE value IS 157 (61.72% from 255) = 47.01%

R = 37.43%
G = 15.57%
B = 47.01%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D349D (or 0x7D349D) is known color: Vivid Violet. HEX triplet: 7D, 34 and 9D. RGB value is (125,52,157). Sum of RGB (Red+Green+Blue) = 125+52+157=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D349D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D349D is #82CB62. Grayscale: #555555. Windows color (decimal): -8571747 or 10302589. OLE color: 10302589.

HSL color Cylindrical-coordinate representation of color #7D349D: hue angle of 281.71º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D349D is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 52 157 -
CMYK 0.20 0.67 0 0.38
HSL 281.71º 0.5% 0.41% -
HSV(B) 281.71º 0.67% 0.62% -
XYZ 15.77 9.25 32.85 -
YUV 85.8 168.18 155.96 -
System Red Green Blue C M Y K H S L
Decimal 125 52 157 0.20 0.67 0 0.38 281.71 0.5 0.41
Hex 7D 34 9D 14 43 0 26 11A 32 29
Octal 175 64 235 24 103 0 46 432 62 51
Binary 1111101 110100 10011101 10100 1000011 0 100110 100011010 110010 101001

Color Harmonies of #7D349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D349D

Black with #7D349D

Text Example


Text Example

White with #7D349D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,52,157); }

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

background-color css

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

 a { background-color: rgb(125,52,157); }

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

border-color css

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

 span { border-color: rgb(125,52,157); }

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