Html Css Color HEX #7D2589 Vivid Violet

📋 copy color: '#7D2589'

red 125 ◦ green 37 ◦ blue 137

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

Shades of Vivid Violet #7D2589

Tints of Vivid Violet #7D2589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 45.82%

R = 41.81%
G = 12.37%
B = 45.82%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7D2589 (or 0x7D2589) is known color: Vivid Violet. HEX triplet: 7D, 25 and 89. RGB value is (125,37,137). Sum of RGB (Red+Green+Blue) = 125+37+137=299 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.81% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 137 - color contains mainly: blue. Hex color #7D2589 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2589 is #82DA76. Grayscale: #4A4A4A. Windows color (decimal): -8575607 or 8988029. OLE color: 8988029.

HSL color Cylindrical-coordinate representation of color #7D2589: hue angle of 292.8º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7D2589 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 125 37 137 -
CMYK 0.09 0.73 0 0.46
HSL 292.8º 0.57% 0.34% -
HSV(B) 292.8º 0.73% 0.54% -
XYZ 13.63 7.49 24.39 -
YUV 74.71 163.15 163.87 -
System Red Green Blue C M Y K H S L
Decimal 125 37 137 0.09 0.73 0 0.46 292.8 0.57 0.34
Hex 7D 25 89 9 49 0 2E 125 39 22
Octal 175 45 211 11 111 0 56 445 71 42
Binary 1111101 100101 10001001 1001 1001001 0 101110 100100101 111001 100010

Color Harmonies of #7D2589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2589

Black with #7D2589

Text Example


Text Example

White with #7D2589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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