Html Css Color HEX #7D3685 Vivid Violet

📋 copy color: '#7D3685'

red 125 ◦ green 54 ◦ blue 133

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

Shades of Vivid Violet #7D3685

Tints of Vivid Violet #7D3685

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.31%

 BLUE value IS 133 (52.34% from 255) = 42.63%

R = 40.06%
G = 17.31%
B = 42.63%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7D3685 (or 0x7D3685) is known color: Vivid Violet. HEX triplet: 7D, 36 and 85. RGB value is (125,54,133). Sum of RGB (Red+Green+Blue) = 125+54+133=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 133 - color contains mainly: blue. Hex color #7D3685 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3685 is #82C97A. Grayscale: #535353. Windows color (decimal): -8571259 or 8730237. OLE color: 8730237.

HSL color Cylindrical-coordinate representation of color #7D3685: hue angle of 293.92º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D3685 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 125 54 133 -
CMYK 0.06 0.59 0 0.48
HSL 293.92º 0.42% 0.37% -
HSV(B) 293.92º 0.59% 0.52% -
XYZ 14.01 8.69 23.13 -
YUV 84.24 155.52 157.08 -
System Red Green Blue C M Y K H S L
Decimal 125 54 133 0.06 0.59 0 0.48 293.92 0.42 0.37
Hex 7D 36 85 6 3B 0 30 126 2A 25
Octal 175 66 205 6 73 0 60 446 52 45
Binary 1111101 110110 10000101 110 111011 0 110000 100100110 101010 100101

Color Harmonies of #7D3685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3685

Black with #7D3685

Text Example


Text Example

White with #7D3685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,54,133); }

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

background-color css

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

 a { background-color: rgb(125,54,133); }

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

border-color css

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

 span { border-color: rgb(125,54,133); }

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