Html Css Color HEX #7D359F Vivid Violet

📋 copy color: '#7D359F'

red 125 ◦ green 53 ◦ blue 159

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

Shades of Vivid Violet #7D359F

Tints of Vivid Violet #7D359F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.73%

 BLUE value IS 159 (62.5% from 255) = 47.18%

R = 37.09%
G = 15.73%
B = 47.18%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D359F (or 0x7D359F) is known color: Vivid Violet. HEX triplet: 7D, 35 and 9F. RGB value is (125,53,159). Sum of RGB (Red+Green+Blue) = 125+53+159=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 159 - color contains mainly: blue. Hex color #7D359F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D359F is #82CA60. Grayscale: #565656. Windows color (decimal): -8571489 or 10433917. OLE color: 10433917.

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

Color convert

RGB 125 53 159 -
CMYK 0.21 0.67 0 0.38
HSL 280.75º 0.5% 0.42% -
HSV(B) 280.75º 0.67% 0.62% -
XYZ 15.99 9.41 33.77 -
YUV 86.61 168.85 155.38 -
System Red Green Blue C M Y K H S L
Decimal 125 53 159 0.21 0.67 0 0.38 280.75 0.5 0.42
Hex 7D 35 9F 15 43 0 26 119 32 2A
Octal 175 65 237 25 103 0 46 431 62 52
Binary 1111101 110101 10011111 10101 1000011 0 100110 100011001 110010 101010

Color Harmonies of #7D359F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D359F

Black with #7D359F

Text Example


Text Example

White with #7D359F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,53,159); }

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

background-color css

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

 a { background-color: rgb(125,53,159); }

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

border-color css

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

 span { border-color: rgb(125,53,159); }

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