Html Css Color HEX #7C2589 Vivid Violet

📋 copy color: '#7C2589'

red 124 ◦ green 37 ◦ blue 137

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

Shades of Vivid Violet #7C2589

Tints of Vivid Violet #7C2589

RGB

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

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

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

R = 41.61%
G = 12.42%
B = 45.97%

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

#7C2589 (or 0x7C2589) is known color: Vivid Violet. HEX triplet: 7C, 25 and 89. RGB value is (124,37,137). Sum of RGB (Red+Green+Blue) = 124+37+137=298 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.61% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 137 (53.91% from 255 or 45.97% from 298); Max value from RGB is 137 - color contains mainly: blue. Hex color #7C2589 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2589 is #83DA76. Grayscale: #4A4A4A. Windows color (decimal): -8641143 or 8988028. OLE color: 8988028.

HSL color Cylindrical-coordinate representation of color #7C2589: hue angle of 292.2º 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 #7C2589 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 124 37 137 -
CMYK 0.09 0.73 0 0.46
HSL 292.2º 0.57% 0.34% -
HSV(B) 292.2º 0.73% 0.54% -
XYZ 13.49 7.41 24.39 -
YUV 74.41 163.32 163.37 -
System Red Green Blue C M Y K H S L
Decimal 124 37 137 0.09 0.73 0 0.46 292.2 0.57 0.34
Hex 7C 25 89 9 49 0 2E 124 39 22
Octal 174 45 211 11 111 0 56 444 71 42
Binary 1111100 100101 10001001 1001 1001001 0 101110 100100100 111001 100010

Color Harmonies of #7C2589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2589

Black with #7C2589

Text Example


Text Example

White with #7C2589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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