Html Css Color HEX #7C4585 Vivid Violet

📋 copy color: '#7C4585'

red 124 ◦ green 69 ◦ blue 133

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

Shades of Vivid Violet #7C4585

Tints of Vivid Violet #7C4585

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.17%

 BLUE value IS 133 (52.34% from 255) = 40.8%

R = 38.04%
G = 21.17%
B = 40.8%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7C4585 (or 0x7C4585) is known color: Vivid Violet. HEX triplet: 7C, 45 and 85. RGB value is (124,69,133). Sum of RGB (Red+Green+Blue) = 124+69+133=326 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.04% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 133 - color contains mainly: blue. Hex color #7C4585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4585 is #83BA7A. Grayscale: #5C5C5C. Windows color (decimal): -8632955 or 8734076. OLE color: 8734076.

HSL color Cylindrical-coordinate representation of color #7C4585: hue angle of 291.56º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C4585 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 124 69 133 -
CMYK 0.07 0.48 0 0.48
HSL 291.56º 0.32% 0.4% -
HSV(B) 291.56º 0.48% 0.52% -
XYZ 14.67 10.23 23.39 -
YUV 92.74 150.72 150.3 -
System Red Green Blue C M Y K H S L
Decimal 124 69 133 0.07 0.48 0 0.48 291.56 0.32 0.4
Hex 7C 45 85 7 30 0 30 124 20 28
Octal 174 105 205 7 60 0 60 444 40 50
Binary 1111100 1000101 10000101 111 110000 0 110000 100100100 100000 101000

Color Harmonies of #7C4585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4585

Black with #7C4585

Text Example


Text Example

White with #7C4585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,69,133); }

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

background-color css

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

 a { background-color: rgb(124,69,133); }

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

border-color css

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

 span { border-color: rgb(124,69,133); }

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