Html Css Color HEX #7D2596 Vivid Violet

📋 copy color: '#7D2596'

red 125 ◦ green 37 ◦ blue 150

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

Shades of Vivid Violet #7D2596

Tints of Vivid Violet #7D2596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 48.08%

R = 40.06%
G = 11.86%
B = 48.08%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7D2596 (or 0x7D2596) is known color: Vivid Violet. HEX triplet: 7D, 25 and 96. RGB value is (125,37,150). Sum of RGB (Red+Green+Blue) = 125+37+150=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 150 - color contains mainly: blue. Hex color #7D2596 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2596 is #82DA69. Grayscale: #4B4B4B. Windows color (decimal): -8575594 or 9839997. OLE color: 9839997.

HSL color Cylindrical-coordinate representation of color #7D2596: hue angle of 286.73º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D2596 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 125 37 150 -
CMYK 0.17 0.75 0 0.41
HSL 286.73º 0.6% 0.37% -
HSV(B) 286.73º 0.75% 0.59% -
XYZ 14.62 7.89 29.61 -
YUV 76.19 169.65 162.81 -
System Red Green Blue C M Y K H S L
Decimal 125 37 150 0.17 0.75 0 0.41 286.73 0.6 0.37
Hex 7D 25 96 11 4B 0 29 11F 3C 25
Octal 175 45 226 21 113 0 51 437 74 45
Binary 1111101 100101 10010110 10001 1001011 0 101001 100011111 111100 100101

Color Harmonies of #7D2596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2596

Black with #7D2596

Text Example


Text Example

White with #7D2596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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