Html Css Color HEX #7D3599 Vivid Violet

📋 copy color: '#7D3599'

red 125 ◦ green 53 ◦ blue 153

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

Shades of Vivid Violet #7D3599

Tints of Vivid Violet #7D3599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 46.22%

R = 37.76%
G = 16.01%
B = 46.22%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7D3599 (or 0x7D3599) is known color: Vivid Violet. HEX triplet: 7D, 35 and 99. RGB value is (125,53,153). Sum of RGB (Red+Green+Blue) = 125+53+153=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 153 - color contains mainly: blue. Hex color #7D3599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3599 is #82CA66. Grayscale: #555555. Windows color (decimal): -8571495 or 10040701. OLE color: 10040701.

HSL color Cylindrical-coordinate representation of color #7D3599: hue angle of 283.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D3599 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 125 53 153 -
CMYK 0.18 0.65 0 0.4
HSL 283.2º 0.49% 0.4% -
HSV(B) 283.2º 0.65% 0.6% -
XYZ 15.48 9.21 31.1 -
YUV 85.93 165.85 155.87 -
System Red Green Blue C M Y K H S L
Decimal 125 53 153 0.18 0.65 0 0.4 283.2 0.49 0.4
Hex 7D 35 99 12 41 0 28 11B 31 28
Octal 175 65 231 22 101 0 50 433 61 50
Binary 1111101 110101 10011001 10010 1000001 0 101000 100011011 110001 101000

Color Harmonies of #7D3599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3599

Black with #7D3599

Text Example


Text Example

White with #7D3599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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