Html Css Color HEX #7C2591 Vivid Violet

📋 copy color: '#7C2591'

red 124 ◦ green 37 ◦ blue 145

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

Shades of Vivid Violet #7C2591

Tints of Vivid Violet #7C2591

RGB

 RED value IS 124 (48.83% from 255) = 40.52%

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

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

R = 40.52%
G = 12.09%
B = 47.39%

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

#7C2591 (or 0x7C2591) is known color: Vivid Violet. HEX triplet: 7C, 25 and 91. RGB value is (124,37,145). Sum of RGB (Red+Green+Blue) = 124+37+145=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 145 (57.03% from 255 or 47.39% from 306); Max value from RGB is 145 - color contains mainly: blue. Hex color #7C2591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2591 is #83DA6E. Grayscale: #4A4A4A. Windows color (decimal): -8641135 or 9512316. OLE color: 9512316.

HSL color Cylindrical-coordinate representation of color #7C2591: hue angle of 288.33º 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 #7C2591 is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 124 37 145 -
CMYK 0.14 0.74 0 0.43
HSL 288.33º 0.59% 0.36% -
HSV(B) 288.33º 0.74% 0.57% -
XYZ 14.08 7.65 27.52 -
YUV 75.33 167.32 162.72 -
System Red Green Blue C M Y K H S L
Decimal 124 37 145 0.14 0.74 0 0.43 288.33 0.59 0.36
Hex 7C 25 91 E 4A 0 2B 120 3B 24
Octal 174 45 221 16 112 0 53 440 73 44
Binary 1111100 100101 10010001 1110 1001010 0 101011 100100000 111011 100100

Color Harmonies of #7C2591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2591

Black with #7C2591

Text Example


Text Example

White with #7C2591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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