Html Css Color HEX #7C389D Vivid Violet

📋 copy color: '#7C389D'

red 124 ◦ green 56 ◦ blue 157

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

Shades of Vivid Violet #7C389D

Tints of Vivid Violet #7C389D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.62%

 BLUE value IS 157 (61.72% from 255) = 46.59%

R = 36.8%
G = 16.62%
B = 46.59%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C389D (or 0x7C389D) is known color: Vivid Violet. HEX triplet: 7C, 38 and 9D. RGB value is (124,56,157). Sum of RGB (Red+Green+Blue) = 124+56+157=337 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.80% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C389D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C389D is #83C762. Grayscale: #575757. Windows color (decimal): -8636259 or 10303612. OLE color: 10303612.

HSL color Cylindrical-coordinate representation of color #7C389D: hue angle of 280.4º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C389D is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 124 56 157 -
CMYK 0.21 0.64 0 0.38
HSL 280.4º 0.47% 0.42% -
HSV(B) 280.4º 0.64% 0.62% -
XYZ 15.81 9.55 32.91 -
YUV 87.85 167.03 153.79 -
System Red Green Blue C M Y K H S L
Decimal 124 56 157 0.21 0.64 0 0.38 280.4 0.47 0.42
Hex 7C 38 9D 15 40 0 26 118 2F 2A
Octal 174 70 235 25 100 0 46 430 57 52
Binary 1111100 111000 10011101 10101 1000000 0 100110 100011000 101111 101010

Color Harmonies of #7C389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C389D

Black with #7C389D

Text Example


Text Example

White with #7C389D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,56,157); }

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

background-color css

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

 a { background-color: rgb(124,56,157); }

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

border-color css

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

 span { border-color: rgb(124,56,157); }

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