Html Css Color HEX #7D2487 Vivid Violet

📋 copy color: '#7D2487'

red 125 ◦ green 36 ◦ blue 135

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

Shades of Vivid Violet #7D2487

Tints of Vivid Violet #7D2487

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.16%

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

R = 42.23%
G = 12.16%
B = 45.61%

CMYK

 C value IS 0.07

 M value IS 0.73

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7D2487 (or 0x7D2487) is known color: Vivid Violet. HEX triplet: 7D, 24 and 87. RGB value is (125,36,135). Sum of RGB (Red+Green+Blue) = 125+36+135=296 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.23% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 135 (53.12% from 255 or 45.61% from 296); Max value from RGB is 135 - color contains mainly: blue. Hex color #7D2487 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2487 is #82DB78. Grayscale: #494949. Windows color (decimal): -8575865 or 8856701. OLE color: 8856701.

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

Color convert

RGB 125 36 135 -
CMYK 0.07 0.73 0 0.47
HSL 293.94º 0.58% 0.34% -
HSV(B) 293.94º 0.73% 0.53% -
XYZ 13.46 7.37 23.63 -
YUV 73.9 162.49 164.45 -
System Red Green Blue C M Y K H S L
Decimal 125 36 135 0.07 0.73 0 0.47 293.94 0.58 0.34
Hex 7D 24 87 7 49 0 2F 126 3A 22
Octal 175 44 207 7 111 0 57 446 72 42
Binary 1111101 100100 10000111 111 1001001 0 101111 100100110 111010 100010

Color Harmonies of #7D2487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2487

Black with #7D2487

Text Example


Text Example

White with #7D2487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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