Html Css Color HEX #7D3487 Vivid Violet

📋 copy color: '#7D3487'

red 125 ◦ green 52 ◦ blue 135

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

Shades of Vivid Violet #7D3487

Tints of Vivid Violet #7D3487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 43.27%

R = 40.06%
G = 16.67%
B = 43.27%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7D3487 (or 0x7D3487) is known color: Vivid Violet. HEX triplet: 7D, 34 and 87. RGB value is (125,52,135). Sum of RGB (Red+Green+Blue) = 125+52+135=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 135 - color contains mainly: blue. Hex color #7D3487 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3487 is #82CB78. Grayscale: #535353. Windows color (decimal): -8571769 or 8860797. OLE color: 8860797.

HSL color Cylindrical-coordinate representation of color #7D3487: hue angle of 292.77º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D3487 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 125 52 135 -
CMYK 0.07 0.61 0 0.47
HSL 292.77º 0.44% 0.37% -
HSV(B) 292.77º 0.61% 0.53% -
XYZ 14.06 8.57 23.83 -
YUV 83.29 157.18 157.75 -
System Red Green Blue C M Y K H S L
Decimal 125 52 135 0.07 0.61 0 0.47 292.77 0.44 0.37
Hex 7D 34 87 7 3D 0 2F 125 2C 25
Octal 175 64 207 7 75 0 57 445 54 45
Binary 1111101 110100 10000111 111 111101 0 101111 100100101 101100 100101

Color Harmonies of #7D3487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3487

Black with #7D3487

Text Example


Text Example

White with #7D3487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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