Html Css Color HEX #7D349B Vivid Violet

📋 copy color: '#7D349B'

red 125 ◦ green 52 ◦ blue 155

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

Shades of Vivid Violet #7D349B

Tints of Vivid Violet #7D349B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.69%

R = 37.65%
G = 15.66%
B = 46.69%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7D349B (or 0x7D349B) is known color: Vivid Violet. HEX triplet: 7D, 34 and 9B. RGB value is (125,52,155). Sum of RGB (Red+Green+Blue) = 125+52+155=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D349B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D349B is #82CB64. Grayscale: #555555. Windows color (decimal): -8571749 or 10171517. OLE color: 10171517.

HSL color Cylindrical-coordinate representation of color #7D349B: hue angle of 282.52º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D349B is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 125 52 155 -
CMYK 0.19 0.66 0 0.39
HSL 282.52º 0.5% 0.41% -
HSV(B) 282.52º 0.66% 0.61% -
XYZ 15.6 9.18 31.96 -
YUV 85.57 167.18 156.12 -
System Red Green Blue C M Y K H S L
Decimal 125 52 155 0.19 0.66 0 0.39 282.52 0.5 0.41
Hex 7D 34 9B 13 42 0 27 11B 32 29
Octal 175 64 233 23 102 0 47 433 62 51
Binary 1111101 110100 10011011 10011 1000010 0 100111 100011011 110010 101001

Color Harmonies of #7D349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D349B

Black with #7D349B

Text Example


Text Example

White with #7D349B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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