Html Css Color HEX #7D2591 Vivid Violet

📋 copy color: '#7D2591'

red 125 ◦ green 37 ◦ blue 145

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

Shades of Vivid Violet #7D2591

Tints of Vivid Violet #7D2591

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.05%

 BLUE value IS 145 (57.03% from 255) = 47.23%

R = 40.72%
G = 12.05%
B = 47.23%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7D2591 (or 0x7D2591) is known color: Vivid Violet. HEX triplet: 7D, 25 and 91. RGB value is (125,37,145). Sum of RGB (Red+Green+Blue) = 125+37+145=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 145 - color contains mainly: blue. Hex color #7D2591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2591 is #82DA6E. Grayscale: #4B4B4B. Windows color (decimal): -8575599 or 9512317. OLE color: 9512317.

HSL color Cylindrical-coordinate representation of color #7D2591: hue angle of 288.89º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7D2591 is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 125 37 145 -
CMYK 0.14 0.74 0 0.43
HSL 288.89º 0.59% 0.36% -
HSV(B) 288.89º 0.74% 0.57% -
XYZ 14.23 7.73 27.53 -
YUV 75.62 167.15 163.22 -
System Red Green Blue C M Y K H S L
Decimal 125 37 145 0.14 0.74 0 0.43 288.89 0.59 0.36
Hex 7D 25 91 E 4A 0 2B 121 3B 24
Octal 175 45 221 16 112 0 53 441 73 44
Binary 1111101 100101 10010001 1110 1001010 0 101011 100100001 111011 100100

Color Harmonies of #7D2591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2591

Black with #7D2591

Text Example


Text Example

White with #7D2591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,37,145); }

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

background-color css

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

 a { background-color: rgb(125,37,145); }

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

border-color css

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

 span { border-color: rgb(125,37,145); }

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